Wireguard to go
This commit is contained in:
@@ -2,14 +2,11 @@
|
||||
"description": "Restrict all internet access",
|
||||
"zone": {
|
||||
"WAN": { "iface": "eth0" },
|
||||
"LAN": { "iface": "eth1" },
|
||||
"VPN": { "iface": "tun+" }
|
||||
"VPN": { "iface": "wg0" }
|
||||
},
|
||||
"policy": [
|
||||
{ "in": "VPN", "action": "accept" },
|
||||
{ "out": "VPN", "action": "accept" },
|
||||
{ "in": "LAN", "action": "accept" },
|
||||
{ "out": "LAN", "action": "accept" },
|
||||
{ "in": "WAN", "action": "drop" },
|
||||
{ "action": "reject" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user