mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
dns: move all local hosts under vpn.rfive.de
This commit is contained in:
parent
0b0ddf7faf
commit
0205b8b2ea
3 changed files with 8 additions and 29 deletions
|
@ -6,7 +6,7 @@ let
|
|||
$ORIGIN rfive.de.
|
||||
|
||||
rfive.de. 86400 IN SOA ns.rfive.de. hostmaster.rfive.de. (
|
||||
2024032601 ; serial
|
||||
2024040102 ; serial
|
||||
10800 ; refresh
|
||||
3600 ; retry
|
||||
604800 ; expire
|
||||
|
|
|
@ -163,8 +163,8 @@
|
|||
networkConfig = {
|
||||
Address = "192.168.43.3/32";
|
||||
DNS = "192.168.43.1";
|
||||
Domains = "~lan";
|
||||
DNSSEC = true;
|
||||
Domains = "~vpn.rfive.de";
|
||||
DNSSEC = false;
|
||||
BindCarrier = [ "wlp9s0" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue