wireguard is udp

This commit is contained in:
cronekorkn 2022-09-11 22:29:43 +02:00
parent 32e1250d06
commit e18bb37670
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -19,7 +19,7 @@ defaults = {
}, },
'nftables': { 'nftables': {
'input': { 'input': {
'tcp dport 51820 accept', 'udp dport 51820 accept',
}, },
}, },
'wireguard': { 'wireguard': {