mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
remove bad jump in template
This commit is contained in:
parent
1d723168a3
commit
02da0168f3
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ table inet nfsense_inet {
|
||||||
# Allow traffic from established and related packets, drop invalid
|
# Allow traffic from established and related packets, drop invalid
|
||||||
ct state vmap { established : accept, related : accept, invalid : drop }
|
ct state vmap { established : accept, related : accept, invalid : drop }
|
||||||
|
|
||||||
# allow loopback traffic, anything else jump to chain for further evaluation
|
# allow loopback traffic
|
||||||
iifname vmap { lo : accept, $DEV_WORLD : jump inbound_world, $DEV_PRIVATE : jump inbound_private }
|
iifname lo accept
|
||||||
|
|
||||||
{{template "inbound_rules.tmpl" .}}
|
{{template "inbound_rules.tmpl" .}}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue