change fw rule

This commit is contained in:
Dominik Polakovics Polakovics 2023-12-03 22:56:12 +01:00
parent 1a4956af6e
commit 76cd48e6af

View file

@ -130,9 +130,6 @@
}
table ip nat {
chain post {
iifname { "vb-*" } oifname { "server" } masquerade comment "from internal interfaces"
}
chain prerouting {
type nat hook prerouting priority filter; policy accept;
}
@ -141,6 +138,7 @@
chain postrouting {
type nat hook postrouting priority filter; policy accept;
oifname { "wan", "wrwks", "wg_epicenter", "wg_ghetto_at" } masquerade
iifname { "vb-*" } oifname { "server" } masquerade comment "from internal interfaces"
}
}
'';