14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|
"description": "Allow Wireguard server access from the internet",
|
|
"service": {
|
|
"wireguard": { "port": 51820, "proto": "udp" }
|
|
},
|
|
"filter": [
|
|
{
|
|
"in": "WAN",
|
|
"out": "_fw",
|
|
"service": "wireguard",
|
|
"action": "accept"
|
|
}
|
|
]
|
|
} |