mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
Fix Address Setting
This commit is contained in:
parent
bb235597ec
commit
af6ba0f46f
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@ Name={{ .Name }}
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
LLMNR=no
|
LLMNR=no
|
||||||
{{- if eq .AddressingMode 2 }}
|
{{- if eq .AddressingMode 1 }}
|
||||||
DHCP=yes
|
|
||||||
{{- else }}
|
|
||||||
Address={{ .Address }}
|
Address={{ .Address }}
|
||||||
|
{{- else if eq .AddressingMode 2 }}
|
||||||
|
DHCP=yes
|
||||||
{{- end }}
|
{{- end }}
|
Loading…
Add table
Reference in a new issue