mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-24 23:23:42 +00:00
Hardcode: IPv4 = '0.0.0.0', IPv6='::'
This commit is contained in:
parent
28a3cbfa87
commit
d5be101869
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ fi
|
|||
|
||||
if [[ -f $piholeIPv6file ]];then
|
||||
# If the file exists, then the user previously chose to use IPv6 in the automated installer
|
||||
piholeIPv6=$(ip -6 route get 2001:4860:4860::8888 | awk -F " " '{ for(i=1;i<=NF;i++) if ($i == "src") print $(i+1) }')
|
||||
piholeIPv6="::"
|
||||
fi
|
||||
|
||||
# Variables for various stages of downloading and formatting the list
|
||||
|
|
Loading…
Reference in a new issue