Files
alpine-server-setup/services/wireguard/vpn_traffic.policy.json
2025-09-29 15:52:06 +02:00

11 lines
269 B
JSON

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