rework firewall setup
This commit is contained in:
parent
be62c1270f
commit
cd48cf495d
30 changed files with 145 additions and 122 deletions
|
@ -5,10 +5,10 @@ defaults = {
|
|||
},
|
||||
},
|
||||
'nftables': {
|
||||
'rules': {
|
||||
'input': {
|
||||
'10-wide-dhcp6c': [
|
||||
'inet filter input udp dport { 546, 547 } ip6 saddr ff00::/12 accept',
|
||||
'inet filter input udp dport { 546, 547 } ip6 saddr fe80::/10 accept',
|
||||
'udp dport { 546, 547 } ip6 saddr ff00::/12 accept',
|
||||
'udp dport { 546, 547 } ip6 saddr fe80::/10 accept',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue