kekl
This commit is contained in:
@@ -3,16 +3,15 @@ _:
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
enableRootTrustAnchor = true;
|
||||
|
||||
settings = {
|
||||
server = {
|
||||
interface = [ "0.0.0.0" "::0" ];
|
||||
interface = [ "127.0.0.1" "10.11.0.10" ];
|
||||
|
||||
access-control = [
|
||||
"127.0.0.0/8 allow"
|
||||
"10.11.0.0/24 allow"
|
||||
];
|
||||
|
||||
|
||||
prefetch = true;
|
||||
qname-minimisation = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user