mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
update template to match distro
This commit is contained in:
parent
ff7022b563
commit
72145ce13e
1 changed files with 6 additions and 4 deletions
|
@ -2,12 +2,14 @@
|
|||
network:
|
||||
ethernets:
|
||||
{{ iiab_wan_iface }}:
|
||||
dhcp4: false
|
||||
dhcp6: false
|
||||
addresses: [{{ wan_ip }}/{{ wan_cidr }}]
|
||||
addresses:
|
||||
- {{ wan_ip }}/{{ wan_cidr }}
|
||||
gateway4: {{ wan_gateway }}
|
||||
nameservers:
|
||||
addresses: [{{ wan_nameserver }}]
|
||||
addresses:
|
||||
- {{ wan_nameserver }}
|
||||
search:
|
||||
- {{ iiab_domain }}
|
||||
optional: true
|
||||
version: 2
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue