try to change fw

This commit is contained in:
2023-12-04 11:33:51 +01:00
parent 8db9d3382e
commit ed14fb9b0e
2 changed files with 3 additions and 2 deletions

View File

@@ -172,13 +172,13 @@
# multimedia airplay
iifname "multimedia" oifname { "lan" } counter accept
iifname { "vb-*" } oifname { "server" } counter accept comment "from internal interfaces"
# lan and vpn to any
# TODO: disable wan when finished
iifname { "wan", "lan", "vb-*", "podman0", "wg_cloonar" } oifname { "lan", "vb-*", "podman0", "infrastructure", "multimedia", "smart", "wrwks", "wg_cloonar", "wg_epicenter", "wg_ghetto_at" } counter accept
iifname { "infrastructure" } oifname { "podman0", "vb-omada" } counter accept
iifname { "vb-*" } oifname { "server" } counter accept comment "from internal interfaces"
# Allow trusted network WAN access
iifname {
"lan",

View File

@@ -98,6 +98,7 @@ in
# };
containers.gitea = {
extraFlags = [ "-U" ];
autoStart = true;
ephemeral = true;
# macvlans = [ "vserver" ];