12 lines
295 B
JSON
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"
|
|
}
|
|
]
|
|
} |