Make cyprianspitz ip static
All checks were successful
CI / build (push) Successful in 2m54s

This commit is contained in:
Fabian Hauser 2024-12-11 15:25:47 +02:00
parent 3f2d427c65
commit 90440c5d95
6 changed files with 60 additions and 32 deletions

View file

@ -80,9 +80,9 @@ in
dns = {
base_domain = vpnNet.domain;
magic_dns = true;
nameservers.global = [ vnet.backplane.hosts.calanda.v4.ip ];
nameservers.global = [ "127.0.0.1" ];
search_domains = [
# vpnNet.domain # First by default with magic_dns
# First is base_domain by default with magic_dns
vnet.backplane.domain
];
extra_records = pipe cfg.dnsRecords [