mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
2 lines
No EOL
231 B
Cheetah
2 lines
No EOL
231 B
Cheetah
{{ range $rule := .Firewall.SourceNATRules }}
|
|
{{ matcher $.Object.Services $.Object.Addresses $rule.Match }}{{ if $rule.Counter }} counter{{ end }}{{ if ne $rule.Comment "" }} comment "{{ $rule.Comment }}"{{ end }}{{ end }} |