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': {
|
||||
'172.19.136.0/25',
|
||||
'172.19.138.0/24',
|
||||
'fd90:2017::/32',
|
||||
},
|
||||
'vhosts': {
|
||||
'vnstat': {
|
||||
|
@ -128,6 +129,7 @@ nodes['home.router'] = {
|
|||
'postfix': {
|
||||
'mynetworks': {
|
||||
'172.19.138.0/24',
|
||||
'fd90:2017::/32',
|
||||
},
|
||||
},
|
||||
'pppd': {
|
||||
|
@ -147,6 +149,7 @@ nodes['home.router'] = {
|
|||
'unbound': {
|
||||
'restrict-to': {
|
||||
'172.19.138.0/23',
|
||||
'fd90:2017::/32',
|
||||
},
|
||||
},
|
||||
'users': {
|
||||
|
|
Loading…
Reference in a new issue