mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
14 lines
No EOL
201 B
Cheetah
14 lines
No EOL
201 B
Cheetah
[Match]
|
|
{{- if eq .Type 0 }}
|
|
Name={{ .HardwareDevice }}
|
|
{{- else }}
|
|
Name={{ .Name }}
|
|
{{- end }}
|
|
|
|
[Network]
|
|
LLMNR=no
|
|
{{- if eq .AddressingMode 2 }}
|
|
DHCP=yes
|
|
{{- else }}
|
|
Address={{ .Address }}
|
|
{{- end }} |