Commit 3a8f5a2e authored by nanahira's avatar nanahira

add dnsmasq custom config

parent 6e645f8e
......@@ -138,3 +138,8 @@ dhcp-option=42,{{services.address}}
{% endif %}
{% endif %}
{% if dnsmasq.custom is defined and dnsmasq.custom %}
# dnsmasq custom config
{{dnsmasq.custom}}
{% endif %}
......@@ -91,6 +91,8 @@ vars:
aptCacher: 10.0.0.2 # apt-cacher-ng 的地址
pxe: 10.0.0.3 # pxe 服务器的地址,localhost 为自己搭建,也可以是 address/file 对象的格式
ntp: localhost # ntp 服务器的地址,localhost 为自己搭建
custom: |
# custom config here
gdut: # 校园网特化使用
remote: 10.0.3.6
flag: 2f
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment