aboutsummaryrefslogtreecommitdiffstats
path: root/dns (follow)
Commit message (Collapse)AuthorAgeLines
* Switch to using designated placeholder IPv4 for originless recordsGravatar Joe Banks2024-06-06-3/+3
| | | | | | | | | | | | | | We currently used something like 1.2.3.4 or 1.1.1.1 as placeholder IP addresses for DNS records where we ran in "originless" mode (the request is always answered by a Cloudflare Worker or a redirect). This changes that so we use designated reserved IPv4 addresses (192.0.2.0) to capture that traffic instead, ensuring that in no circumstance would we leak traffic to an address like 1.1.1.1 or 1.2.3.4 if there was a Cloudflare misconfiguration. Despite the potential risk vectors here being very small, it's a minor change and also helps us ensure configuration works correctly in the future.
* Set proxied to true for paste recordGravatar Joe Banks2024-06-06-1/+1
|
* Add paste.pydis.wtf record for forwardingGravatar Joe Banks2024-06-06-0/+8
|
* Add DNS record for VaultGravatar Joe Banks2024-05-27-0/+8
|
* Generate a certificate for `prometheus.lovelace.box.pydis.wtf` (#305)Gravatar Amrou Bellalouna2024-05-26-0/+14
| | | | | * generate cert for prometheus.lovelace.box.pydis.wtf * add dns record for prometheus.lovelace.box
* Remove temporary testing deployment of pinnwandGravatar Chris Lovering2024-05-16-8/+0
|
* Deploy a pinnwand instance that used lovelace's pg database (#293)Gravatar Amrou Bellalouna2024-05-15-0/+8
| | | | | | | | | | | * add a deployment config for pinnwand on lovelace * add a dns entry for the new pastebin * Add database URI for pinnwand to connect to psql on lovelace --------- Co-authored-by: Chris Lovering <[email protected]>
* Remove pixels-modsite.pythondiscord.com DNSGravatar Joe Banks2024-05-14-8/+0
|
* Add ops site DNSGravatar Joe Banks2024-04-28-0/+8
|
* Add new zone entries for pydis.wtf service migrationGravatar Joe Banks2024-04-28-0/+64
| | | | Adds the necessary DNS entries for issue #230
* Add AAAA records for our box domainsGravatar Joe Banks2024-04-28-12/+24
|
* Document the DNS system in dns/README.mdGravatar Joe Banks2024-04-27-1/+22
|
* Add dependencies to new dns group in pyproject.tomlGravatar Joe Banks2024-04-27-2/+0
|
* Add GitHub Actions workflow for DNS planGravatar Joe Banks2024-04-27-1/+1
|
* Add zone files for all our domainsGravatar Joe Banks2024-04-27-0/+474
|
* Add OctoDNS configuration and documentationGravatar Joe Banks2024-04-27-0/+29