mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
commit
52346fa4c9
1 changed files with 2 additions and 4 deletions
|
@ -12,10 +12,8 @@ network:
|
||||||
- {{ wan_ip }}/{{ wan_cidr }}
|
- {{ wan_ip }}/{{ wan_cidr }}
|
||||||
gateway4: {{ wan_gateway }}
|
gateway4: {{ wan_gateway }}
|
||||||
nameservers:
|
nameservers:
|
||||||
addresses:
|
addresses: [{{ wan_nameserver }}]
|
||||||
- {{ wan_nameserver }}
|
search: [{{ iiab_domain }}]
|
||||||
search:
|
|
||||||
- {{ iiab_domain }}
|
|
||||||
{% else %}
|
{% else %}
|
||||||
dhcp4: yes
|
dhcp4: yes
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue