htz-cloud.wireguard: fix firewall
This commit is contained in:
parent
7a9401cd6c
commit
588f1218c2
1 changed files with 3 additions and 1 deletions
|
@ -38,11 +38,13 @@ nodes['htz-cloud.wireguard'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'nftables': {
|
'nftables': {
|
||||||
'input': {
|
'forward': {
|
||||||
'50-router': [
|
'50-router': [
|
||||||
'ct state { related, established } accept',
|
'ct state { related, established } accept',
|
||||||
'oifname eth0 accept',
|
'oifname eth0 accept',
|
||||||
],
|
],
|
||||||
|
},
|
||||||
|
'input': {
|
||||||
'50-wireguard': [
|
'50-wireguard': [
|
||||||
'udp dport 1194 accept',
|
'udp dport 1194 accept',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue