mirror of
https://codeberg.org/h3xx/you-dont-need-pihole.git
synced 2024-08-14 20:27:01 +00:00
Use '::' as for the IPv6 blocked address
See https://docs.pi-hole.net/ftldns/blockingmode/
This commit is contained in:
parent
a8f0b510a3
commit
934cdd7f03
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue