add wan to allowed everywhere
This commit is contained in:
parent
55c2869bac
commit
0ec9252419
1 changed files with 2 additions and 1 deletions
|
|
@ -64,7 +64,8 @@
|
|||
iifname "multimedia" oifname { "lan" } counter accept
|
||||
|
||||
# lan and vpn to any
|
||||
iifname { "lan", "wg_cloonar" } oifname { "server", "multimedia", "smart", "wrwks", "wg_epicenter", "wg_ghetto_at" } counter accept
|
||||
# TODO: disable wan when finished
|
||||
iifname { "wan", "lan", "wg_cloonar" } oifname { "server", "multimedia", "smart", "wrwks", "wg_epicenter", "wg_ghetto_at" } counter accept
|
||||
|
||||
# Allow trusted network WAN access
|
||||
iifname {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue