1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

'static' was missing left of domain_name_servers

This commit is contained in:
A Holt 2019-06-19 13:02:38 -04:00 committed by GitHub
parent be9671d6c5
commit 198445e93e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,5 +61,5 @@ static domain_name_servers=127.0.0.1
interface {{ iiab_wan_iface }}
static ip_address={{ wan_ip }}/24
static routers={{ wan_gateway }}
domain_name_servers= {{ wan_nameserver }}
static domain_name_servers={{ wan_nameserver }}
{% endif %}