This is not perfect, but it's a good start, and it shows how a module might be structured.
13 lines
363 B
Cheetah
13 lines
363 B
Cheetah
{{/*
|
|
##############################################################################################################################################################
|
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER MARK CONNLIMIT TIME HEADERS SWITCH HELPER
|
|
*/ -}}
|
|
{{ if .comment -}}
|
|
#
|
|
# {{ .comment }}
|
|
#
|
|
{{ end -}}
|
|
{{ if .rule -}}
|
|
{{ .rule }}
|
|
{{ end -}}
|