services/unbound: allow 10.0.0.0/8
This commit is contained in:
parent
0f844b278d
commit
b0923384df
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ in {
|
||||||
interface = [ "0.0.0.0" ];
|
interface = [ "0.0.0.0" ];
|
||||||
access-control = [
|
access-control = [
|
||||||
"127.0.0.1/8 allow"
|
"127.0.0.1/8 allow"
|
||||||
|
"10.0.0.0/8 allow"
|
||||||
"192.168.100.0/24 allow"
|
"192.168.100.0/24 allow"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue