We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55ae49 commit bf0a210Copy full SHA for bf0a210
templates/pi-hole-docker-compose.yml.j2
@@ -29,6 +29,8 @@ services:
29
TZ: '{{ pihole_timezone }}'
30
FTLCONF_webserver_api_password: '{{ pihole_password }}'
31
FTLCONF_dns_reply_host_IPv4: '{{ ansible_facts['default_ipv4']['address'] }}'
32
+ FTLCONF_dns_listeningMode: 'SINGLE'
33
+ FTLCONF_dns_interface: '{{ ansible_facts['default_ipv4']['interface'] }}'
34
{% if domain_name_enable and domain_name and domain_pihole %}
35
VIRTUAL_HOST: {{ domain_pihole }}.{{ domain_name }}
36
VIRTUAL_PORT: 80
0 commit comments