home.router: a bit more firewall rules
This commit is contained in:
parent
b89ba32f4c
commit
304ce8aa54
1 changed files with 3 additions and 0 deletions
|
@ -102,6 +102,7 @@ nodes['home.router'] = {
|
||||||
'restrict-to': {
|
'restrict-to': {
|
||||||
'172.19.136.0/25',
|
'172.19.136.0/25',
|
||||||
'172.19.138.0/24',
|
'172.19.138.0/24',
|
||||||
|
'fd90:2017::/32',
|
||||||
},
|
},
|
||||||
'vhosts': {
|
'vhosts': {
|
||||||
'vnstat': {
|
'vnstat': {
|
||||||
|
@ -128,6 +129,7 @@ nodes['home.router'] = {
|
||||||
'postfix': {
|
'postfix': {
|
||||||
'mynetworks': {
|
'mynetworks': {
|
||||||
'172.19.138.0/24',
|
'172.19.138.0/24',
|
||||||
|
'fd90:2017::/32',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'pppd': {
|
'pppd': {
|
||||||
|
@ -147,6 +149,7 @@ nodes['home.router'] = {
|
||||||
'unbound': {
|
'unbound': {
|
||||||
'restrict-to': {
|
'restrict-to': {
|
||||||
'172.19.138.0/23',
|
'172.19.138.0/23',
|
||||||
|
'fd90:2017::/32',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'users': {
|
'users': {
|
||||||
|
|
Loading…
Reference in a new issue