remove old config
This commit is contained in:
parent
97cb75df44
commit
7d591f215b
1 changed files with 0 additions and 19 deletions
|
@ -94,25 +94,6 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
services = {
|
services = {
|
||||||
unbound = {
|
|
||||||
enable = true;
|
|
||||||
localControlSocketPath = "/var/lib/unbound/control.sock";
|
|
||||||
settings = {
|
|
||||||
server = {
|
|
||||||
do-ip6 = "no";
|
|
||||||
qname-minimisation = "yes";
|
|
||||||
interface = [ "end0" ];
|
|
||||||
access-control = [
|
|
||||||
"10.0.0.0/8 allow"
|
|
||||||
"fc::/7 allow"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
include = [
|
|
||||||
"/etc/unbound/ads.conf"
|
|
||||||
"${../configs/unbound-local.conf}"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
journald.storage = "volatile";
|
journald.storage = "volatile";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue