mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-03 18:48:28 +02:00
remove misleading command
This commit is contained in:
@ -21969,7 +21969,6 @@ check_proxy() {
|
|||||||
PROXYNODE="${PROXYNODE/\]/}"
|
PROXYNODE="${PROXYNODE/\]/}"
|
||||||
is_number "$PROXYPORT" || fatal "Proxy port cannot be determined from \"$PROXY\"" $ERR_CMDLINE
|
is_number "$PROXYPORT" || fatal "Proxy port cannot be determined from \"$PROXY\"" $ERR_CMDLINE
|
||||||
|
|
||||||
#FIXME: finish IPv6 proxy support, see #1105.
|
|
||||||
if is_ipv4addr "$PROXYNODE"; then
|
if is_ipv4addr "$PROXYNODE"; then
|
||||||
PROXYIP="$PROXYNODE"
|
PROXYIP="$PROXYNODE"
|
||||||
elif is_ipv6addr "$PROXYNODE"; then
|
elif is_ipv6addr "$PROXYNODE"; then
|
||||||
|
Reference in New Issue
Block a user