Files
alpine-server-setup/services/wireguard/vpn_traffic.policy.json
Maurice aea521cba4 Update
2025-09-24 14:00:38 +02:00

12 lines
295 B
JSON

{
"description": "Allow VPN traffic through Wireguard interface",
"filter": [
{
"in": "VPN",
"out": "_fw",
"service": [ "ssh", "dns", "ping", "http", "https" ],
"action": "accept",
"src": "10.0.0.1/24"
}
]
}