mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-08 07:40:05 +01:00
Fix IPv6 connectivity test
This commit is contained in:
parent
aa17fd9aa3
commit
0648e6a0b7
@ -211,7 +211,7 @@ function installQuestions () {
|
|||||||
echo ""
|
echo ""
|
||||||
echo "Checking for IPv6 connectivity..."
|
echo "Checking for IPv6 connectivity..."
|
||||||
echo ""
|
echo ""
|
||||||
if ping -c4 ipv6.google.com > /dev/null 2>&1; then
|
if ping6 -c4 ipv6.google.com > /dev/null 2>&1; then
|
||||||
echo "Your host appears to have IPv6 connectivity."
|
echo "Your host appears to have IPv6 connectivity."
|
||||||
SUGGESTION="y"
|
SUGGESTION="y"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user