Skip to content

Commit 153543e

Browse files
authored
Merge pull request #45 from lepirlouit/patch-1
✏️ fixing typo
2 parents ab1d590 + 609c6c9 commit 153543e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.templates/pihole/pihole.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ WEBPASSWORD=pihole
55
#DNSSEC=false
66
#DNS_BOGUS_PRIV=True
77
#CONDITIONAL_FORWARDING=False
8-
#CONDITIONAL_FORWARDING_IP=your_router_ip_here (only if CONDITIONAL_FORWARDING=ture)
8+
#CONDITIONAL_FORWARDING_IP=your_router_ip_here (only if CONDITIONAL_FORWARDING=true)
99
#CONDITIONAL_FORWARDING_DOMAIN=optional
1010
#CONDITIONAL_FORWARDING_REVERSE=optional
1111
#ServerIP=your_Pi's_IP_here << recommended
1212
#ServerIPv6= your_Pi's_ipv6_here << Required if using ipv6
1313
#VIRTUAL_HOST=$ServerIP
1414
#IPv6=True
1515
INTERFACE=eth0
16-
#DNSMASQ_LISTENING=local
16+
#DNSMASQ_LISTENING=local

0 commit comments

Comments
 (0)