nfsense/pkg/nftables/template/destination_nat_rules.tmpl
2023-03-01 18:20:47 +01:00

2 lines
No EOL
196 B
Cheetah

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