Skip to content

Commit

Permalink
Add AAAA records for our box domains
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Apr 28, 2024
1 parent 691f3e3 commit 25e9a93
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions dns/zones/pydis.wtf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,18 @@ files:
value: 89.58.25.151

lovelace.box:
octodns:
cloudflare:
auto-ttl: true
ttl: 300
type: A
value: 89.58.26.118
- octodns:
cloudflare:
auto-ttl: true
ttl: 300
type: A
value: 89.58.26.118
- octodns:
cloudflare:
auto-ttl: true
ttl: 300
type: AAAA
value: 2a03:4000:62:ce0:2496:aeff:fe97:dea4

pddc.devops:
octodns:
Expand All @@ -76,12 +82,18 @@ pddc.devops:
value: 89.58.25.151

turing.box:
octodns:
cloudflare:
auto-ttl: true
ttl: 300
type: A
value: 89.58.25.151
- octodns:
cloudflare:
auto-ttl: true
ttl: 300
type: A
value: 89.58.25.151
- octodns:
cloudflare:
auto-ttl: true
ttl: 300
type: AAAA
value: 2a03:4000:62:ce1:943b:b2ff:fef4:d3b7

www:
octodns:
Expand Down

0 comments on commit 25e9a93

Please sign in to comment.