Skip to content

Commit a8d649e

Browse files
committed
Fix key ordering for OctoDNS enforce_order
Reorder keys alphabetically: octodns, ttl, type, value/values Commit assisted by Claude
1 parent 1beb254 commit a8d649e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

patchworklabs.org.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
- v=spf1 include:_spf.google.com ~all
2121
- slack-domain-verification=ST5I2hJgX8CutN19stoedtub8ODxC2KwlHcbpKtb
2222
- stripe-verification=2EACE39B000887BB0491EB25506F91621A1E1097C9DE7C5C7C9E4E9F8701137E
23-
- ttl: 1
24-
octodns:
23+
- octodns:
2524
cloudflare:
2625
proxied: true
26+
ttl: 1
2727
type: A
2828
value: 216.198.79.1
2929

@@ -43,18 +43,18 @@ _gh-patchworklabsorg-o:
4343
value: cee2c56f89
4444

4545
admin.forms:
46-
ttl: 1
4746
octodns:
4847
cloudflare:
4948
proxied: true
49+
ttl: 1
5050
type: A
5151
value: 65.19.76.238
5252

5353
forms:
54-
ttl: 1
5554
octodns:
5655
cloudflare:
5756
proxied: true
57+
ttl: 1
5858
type: A
5959
value: 65.19.76.238
6060

@@ -75,9 +75,9 @@ openpgpkey:
7575
value: wkd.keys.openpgp.org.
7676

7777
www:
78-
ttl: 1
7978
octodns:
8079
cloudflare:
8180
proxied: true
81+
ttl: 1
8282
type: CNAME
8383
value: 52fd2b2210caa11f.vercel-dns-017.com.

0 commit comments

Comments
 (0)