nfsense/pkg/nftables/template/destination_nat_rules.tmpl

3 lines
No EOL
210 B
Cheetah

{{range $rule := .Netfilter.DestinationNATRules}}
{{template "rule_match.tmpl" .Match}} {{ if $rule.Counter }} counter {{ end }} {{ if ne $rule.Comment "" }} comment "{{ $rule.Comment }}" {{ end }}
{{end}}