mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
'static' was missing left of domain_name_servers
This commit is contained in:
parent
be9671d6c5
commit
198445e93e
1 changed files with 1 additions and 1 deletions
|
@ -61,5 +61,5 @@ static domain_name_servers=127.0.0.1
|
||||||
interface {{ iiab_wan_iface }}
|
interface {{ iiab_wan_iface }}
|
||||||
static ip_address={{ wan_ip }}/24
|
static ip_address={{ wan_ip }}/24
|
||||||
static routers={{ wan_gateway }}
|
static routers={{ wan_gateway }}
|
||||||
domain_name_servers= {{ wan_nameserver }}
|
static domain_name_servers={{ wan_nameserver }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue