|
|
|
@ -657,7 +657,8 @@ in
|
|
|
|
|
"options.inc" = { |
|
|
|
|
enable = true; |
|
|
|
|
text = '' |
|
|
|
|
local_addrs = "127.0.0.0/8, ::1, 10.0.0.0/8, 2a01:4f8:222:2b41::/64"; |
|
|
|
|
#local_addrs = "127.0.0.0/8, ::1, 10.0.0.0/8, 2a01:4f8:222:2b41::/64"; |
|
|
|
|
local_addrs = ${builtins foldl (acc: a: acc + a + " ") "" mynetworks} |
|
|
|
|
dns { |
|
|
|
|
nameserver = ["10.0.0.53:53:10"]; |
|
|
|
|
} |
|
|
|
|