This commit is contained in:
Vivian 2022-09-27 17:36:46 +02:00
parent 0227d2c10c
commit e8a3ceb5bc
3 changed files with 36 additions and 7 deletions

View file

@ -33,7 +33,8 @@
};
nameservers = [
"127.0.0.1"
"127.0.0.1" # Use locally deployed unbound
"::1"
];
firewall.allowedUDPPorts = [ 51820 ];