Made role OS-specific, added README
This commit is contained in:
parent
f04a39cfc6
commit
b59417c678
5 changed files with 28 additions and 11 deletions
|
@ -8,10 +8,10 @@ LIGHTTPD_ENABLED=true
|
|||
CACHE_SIZE=10000
|
||||
BLOCKING_ENABLED=true
|
||||
{# doesn't matter, password will be set using pihole cli later #}
|
||||
WEBPASSWORD=642da416d1acba139eb3514b7ef3318104937f4eeceb8b33663d46c23f56dbfa
|
||||
WEBPASSWORD=642da416d1acba139eb35a948e43318104937f4eeceb8b33663d46c23f56dbfa
|
||||
DNSMASQ_LISTENING=single
|
||||
PIHOLE_DNS_1=192.168.2.105#5335
|
||||
PIHOLE_DNS_2=208.67.222.220
|
||||
PIHOLE_DNS_1={{ pihole_primary_dns_server }}
|
||||
PIHOLE_DNS_2={{ pihole_fallback_dns_server }}
|
||||
DNS_FQDN_REQUIRED=true
|
||||
DNS_BOGUS_PRIV=true
|
||||
DNSSEC=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue