This website requires JavaScript.
Explore
ben
ben/packages
Help
Sign In
ben
/
infra
Watch
1
Star
1
Fork
You've already forked infra
2
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
main
infra
/
roles
/
pihole
/
templates
/
dnsmasq.d
/
07-dhcp-options.conf.j2
4 lines
89 B
Django/Jinja
Raw
Permalink
Blame
History
{%
if
pihole_dhcp
-
%}
dhcp-option=option:dns-server,
{{
pihole_listen_addr
}}
{%
endif
%}
View Git Blame
Copy Permalink