From 3a25c74ec210e733943906087357b586df3b41e1 Mon Sep 17 00:00:00 2001 From: ckie Date: Sun, 14 Jul 2024 20:46:38 +0300 Subject: [PATCH] terraform/gandi: more sniproxying for bagel-box,meta-01 --- terraform/gandi.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/terraform/gandi.nix b/terraform/gandi.nix index 82f7ffd..c518c9a 100644 --- a/terraform/gandi.nix +++ b/terraform/gandi.nix @@ -47,7 +47,7 @@ in # (record "@" 3600 "A" ["163.172.69.160"]) (record "@" 3600 "AAAA" ["2001:bc8:38ee:100:1000::20"]) - (record "cl" 3600 "A" ["163.172.69.160"]) + (record "cl" 3600 "A" ["163.172.69.160"]) # kurisu.lahfa.xyz running a sniproxy (record "cl" 3600 "AAAA" ["2001:bc8:38ee:100:1000::10"]) (record "fodwatch" 3600 "A" ["163.172.69.160"]) @@ -56,6 +56,8 @@ in (record "netbox" 3600 "A" ["163.172.69.160"]) (record "netbox" 3600 "AAAA" ["2001:bc8:38ee:100:1000::20"]) + (record "meta01.infra" 3600 "A" ["163.172.69.160"]) # kurisu.lahfa.xyz running a sniproxy + (record "bagel-box.infra" 3600 "A" ["163.172.69.160"]) # kurisu.lahfa.xyz running a sniproxy (record "bagel-box.infra" 3600 "AAAA" ["2001:bc8:38ee:100:100::1"]) (record "gerrit01.infra" 3600 "AAAA" ["2001:bc8:38ee:100:1000::10"]) (record "fodwatch.infra" 3600 "AAAA" ["2001:bc8:38ee:100:1000::30"])