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