mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
Use Correct Variable, Remove Whitespace
This commit is contained in:
parent
2bae5a01c9
commit
adc55135d6
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
[Match]
|
[Match]
|
||||||
Name= {{ .Name }}
|
Name= {{ .Name }}
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
LLMNR=no
|
LLMNR=no
|
||||||
{{ if eq .AddressingMode 2 }}
|
{{- if eq .AddressingMode 2 }}
|
||||||
DHCP=yes
|
DHCP=yes
|
||||||
{{- else }}
|
{{- else }}
|
||||||
Address= {{ .Name }}
|
Address= {{ .Address }}
|
||||||
{{- end }}
|
{{- end }}
|
Loading…
Add table
Reference in a new issue