infra: add missing wireguard dns records
This commit is contained in:
@@ -64,5 +64,19 @@
|
|||||||
type = "AAAA";
|
type = "AAAA";
|
||||||
records = [ { value = infra.machines.verbena.ipv6; } ];
|
records = [ { value = infra.machines.verbena.ipv6; } ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wg1_turifer_dev_a = {
|
||||||
|
zone = config.resource.hcloud_zone.turifer_dev "name";
|
||||||
|
name = "wg1";
|
||||||
|
type = "A";
|
||||||
|
records = [ { value = infra.machines.verbena.ipv4; } ];
|
||||||
|
};
|
||||||
|
|
||||||
|
wg1_turifer_dev_aaaa = {
|
||||||
|
zone = config.resource.hcloud_zone.turifer_dev "name";
|
||||||
|
name = "wg1";
|
||||||
|
type = "AAAA";
|
||||||
|
records = [ { value = infra.machines.verbena.ipv6; } ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user