Update
This commit is contained in:
12
services/wireguard/vpn_traffic.policy.json
Normal file
12
services/wireguard/vpn_traffic.policy.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user