Remove /* from IPv6 as well as IPv4

Fixes Discourse issue: https://discourse.pi-hole.net/t/ipv6-aaaa-dns-issue/3830

Signed-off-by: Adam Warner <adamw@rner.email>
# Conflicts:
#	gravity.sh
pull/1612/head
Mcat12 7 years ago committed by Adam Warner
parent ecde222512
commit 9464b71a6e
No known key found for this signature in database
GPG Key ID: 03843F6C65554B22

@ -46,9 +46,9 @@ else
exit 1
fi
#Remove the /* from the end of the IPv4addr.
#Remove the /* from the end of the IP addresses
IPV4_ADDRESS=${IPV4_ADDRESS%/*}
IPV6_ADDRESS=${IPV6_ADDRESS}
IPV6_ADDRESS=${IPV6_ADDRESS%/*}
# Variables for various stages of downloading and formatting the list
basename=pihole

Loading…
Cancel
Save