mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
10 lines
232 B
Smarty
10 lines
232 B
Smarty
domain-needed
|
|
expand-hosts
|
|
localise-queries
|
|
|
|
{% set interfaces = wireless_interfaces.strip().split(' ') %}
|
|
{% for interface in interfaces %}
|
|
interface={{ interface }}
|
|
{% endfor %}
|
|
resolv-file=/etc/resolv.dnsmasq.conf
|
|
cache-size=256
|