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