| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Switch to using designated placeholder IPv4 for originless records | 2024-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 record | 2024-06-06 | -1/+1 | |
| | | ||||
| * | Add paste.pydis.wtf record for forwarding | 2024-06-06 | -0/+8 | |
| | | ||||
| * | Add DNS record for Vault | 2024-05-27 | -0/+8 | |
| | | ||||
| * | Generate a certificate for `prometheus.lovelace.box.pydis.wtf` (#305) | 2024-05-26 | -0/+14 | |
| | | | | | | * generate cert for prometheus.lovelace.box.pydis.wtf * add dns record for prometheus.lovelace.box | |||
| * | Remove temporary testing deployment of pinnwand | 2024-05-16 | -8/+0 | |
| | | ||||
| * | Deploy a pinnwand instance that used lovelace's pg database (#293) | 2024-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 DNS | 2024-05-14 | -8/+0 | |
| | | ||||
| * | Add ops site DNS | 2024-04-28 | -0/+8 | |
| | | ||||
| * | Add new zone entries for pydis.wtf service migration | 2024-04-28 | -0/+64 | |
| | | | | | Adds the necessary DNS entries for issue #230 | |||
| * | Add AAAA records for our box domains | 2024-04-28 | -12/+24 | |
| | | ||||
| * | Document the DNS system in dns/README.md | 2024-04-27 | -1/+22 | |
| | | ||||
| * | Add dependencies to new dns group in pyproject.toml | 2024-04-27 | -2/+0 | |
| | | ||||
| * | Add GitHub Actions workflow for DNS plan | 2024-04-27 | -1/+1 | |
| | | ||||
| * | Add zone files for all our domains | 2024-04-27 | -0/+474 | |
| | | ||||
| * | Add OctoDNS configuration and documentation | 2024-04-27 | -0/+29 | |