mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +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
|
||||
ct state vmap { established : accept, related : accept, invalid : drop }
|
||||
|
||||
# allow loopback traffic, anything else jump to chain for further evaluation
|
||||
iifname vmap { lo : accept, $DEV_WORLD : jump inbound_world, $DEV_PRIVATE : jump inbound_private }
|
||||
# allow loopback traffic
|
||||
iifname lo accept
|
||||
|
||||
{{template "inbound_rules.tmpl" .}}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue