fix name of epicenter

This commit is contained in:
2023-11-28 16:50:12 +01:00
parent d07e0d8ec5
commit fb41a82c31
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@
iifname "multimedia" oifname { "lan" } counter accept
# lan and vpn to any
iifname { "lan", "wg_cloonar" } oifname { "server", "multimedia", "smart", "wrwks", "wg_epicenter_works", "wg_ghetto_at" } counter accept
iifname { "lan", "wg_cloonar" } oifname { "server", "multimedia", "smart", "wrwks", "wg_epicenter", "wg_ghetto_at" } counter accept
# Allow trusted network WAN access
iifname {
@@ -78,7 +78,7 @@
# Setup NAT masquerading on the ppp0 interface
chain postrouting {
type nat hook postrouting priority filter; policy accept;
oifname { "wan", "wrwks", "wg_epicenter_works", "wg_ghetto_at" } masquerade
oifname { "wan", "wrwks", "wg_epicenter", "wg_ghetto_at" } masquerade
}
}
'';