sys firewall: fixed wrong wireguard protocol

Changed 'tcp' to 'udp' to make wireguard rule work
This commit is contained in:
phk 2022-09-15 15:36:49 +02:00
parent 7fcf864499
commit cb19716ebc

View file

@ -209,7 +209,7 @@
{
"Statement": {
"Op": "",
"Name": "tcp",
"Name": "udp",
"Values": [
{
"Key": "dport",