Files
alpine-server-setup/services/wireguard/wireguard.policy.json
2025-09-24 13:29:25 +02:00

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"
}
]
}