Add records for the Hetzner macs
Graham Christensen committed
Sep 26, 2022 at 10:20 UTC
177d44eccc3e322085aae3054c511a2db1b91371
1 file changed
+30
terraform/dns.tf
+30
@@ -201,6 +201,36 @@ locals {
201
type = "AAAA"
202
value = "2a01:4f8:c0c:96cc::42"
203
},
204
+ {
205
+ # hetzner m1 1638981
206
+ hostname = "intense-heron.mac.nixos.org"
207
+ type = "A"
208
+ value = "23.88.75.215"
209
+ },
210
+ {
211
+ # hetzner m1 1640609
212
+ hostname = "sweeping-filly.mac.nixos.org"
213
+ type = "A"
214
+ value = "142.132.141.35"
215
+ },
216
+ {
217
+ # hetzner m1 1640635
218
+ hostname = "maximum-snail.mac.nixos.org"
219
+ type = "A"
220
+ value = "23.88.76.161"
221
+ },
222
+ {
223
+ # hetzner m1 1643080
224
+ hostname = "growing-jennet.mac.nixos.org"
225
+ type = "A"
226
+ value = "23.88.76.75"
227
+ },
228
+ {
229
+ # hetzner m1 1643228
230
+ hostname = "enormous-catfish.mac.nixos.org"
231
+ type = "A"
232
+ value = "142.132.140.199"
233
+ }
234
]
235
}
236