terraform/gandi: more sniproxying for bagel-box,meta-01 #67
Loading…
Reference in a new issue
No description provided.
Delete branch "ckie/moarr-v4"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
proxyRecords
for nicer d00da13459@ -61,2 +62,2 @@
(record "fodwatch.infra" 3600 "AAAA" ["2001:bc8:38ee:100:1000::30"])
(record "meta01.infra" 3600 "AAAA" ["2001:bc8:38ee:100:1000::20"])
(proxyRecords "bagel-box.infra" 3600 "AAAA" ["2001:bc8:38ee:100:100::1"])
(proxyRecords "gerrit01.infra" 3600 "AAAA" ["2001:bc8:38ee:100:1000::10"])
nope those records should not be proxy, they are used for ssh, so they should not have an IPv4 to avoid weird issues SSHing to the proxy endpoint.
(all the
*.infra
ones I mean)d00da13459
toc48dc21431
@ -67,3 +67,1 @@
(record "loki" 3600 "CNAME" ["meta01.infra"])
(record "mimir" 3600 "CNAME" ["meta01.infra"])
(record "matrix" 3600 "CNAME" ["meta01.infra"])
(proxyRecords "amqp" 3600 "CNAME" ["bagel-box.infra"])
I don't think you can do a CNAME and an A, that's a DNS spec violation I imagine
c48dc21431
tod51c5e54ef
d51c5e54ef
to2763fb8bfb
2763fb8bfb
to3c2691d9e2