services/unbound: allow 10.0.0.0/8

This commit is contained in:
LavaDesu 2022-02-27 12:00:51 +07:00
parent 0f844b278d
commit b0923384df
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -25,6 +25,7 @@ in {
interface = [ "0.0.0.0" ];
access-control = [
"127.0.0.1/8 allow"
"10.0.0.0/8 allow"
"192.168.100.0/24 allow"
];
};