mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
get rid of the stall with 'dhcp'
This commit is contained in:
parent
aad974777a
commit
ff7022b563
3 changed files with 8 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ network:
|
|||
{{ iiab_wan_iface }}:
|
||||
dhcp4: false
|
||||
dhcp6: false
|
||||
addresses: [{{ wan_ip }}/{{ CIDR.stdout }}]
|
||||
addresses: [{{ wan_ip }}/{{ wan_cidr }}]
|
||||
gateway4: {{ wan_gateway }}
|
||||
nameservers:
|
||||
addresses: [{{ wan_nameserver }}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue