wireguard is udp
This commit is contained in:
parent
32e1250d06
commit
e18bb37670
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ defaults = {
|
||||||
},
|
},
|
||||||
'nftables': {
|
'nftables': {
|
||||||
'input': {
|
'input': {
|
||||||
'tcp dport 51820 accept',
|
'udp dport 51820 accept',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'wireguard': {
|
'wireguard': {
|
||||||
|
|
Loading…
Reference in a new issue