Use '::' as for the IPv6 blocked address

See https://docs.pi-hole.net/ftldns/blockingmode/
This commit is contained in:
Dan Church 2022-12-13 12:08:42 -06:00
parent a8f0b510a3
commit 934cdd7f03
Signed by: h3xx
GPG Key ID: EA2BF379CD2CDBD0
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ sub read_stripped {
MAIN: {
my $out;
my $block_ip = '0.0.0.0 ::1';
my $block_ip = '0.0.0.0 ::';
my $workdir = $FindBin::RealBin;
unless (&GetOptions(