mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +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]
|
||||
LLMNR=no
|
||||
{{- if eq .AddressingMode 2 }}
|
||||
DHCP=yes
|
||||
{{- else }}
|
||||
{{- if eq .AddressingMode 1 }}
|
||||
Address={{ .Address }}
|
||||
{{- else if eq .AddressingMode 2 }}
|
||||
DHCP=yes
|
||||
{{- end }}
|
Loading…
Add table
Reference in a new issue