mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-02 10:08:29 +02:00
remove misleading command
This commit is contained in:
@ -21969,7 +21969,6 @@ check_proxy() {
|
||||
PROXYNODE="${PROXYNODE/\]/}"
|
||||
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
|
||||
PROXYIP="$PROXYNODE"
|
||||
elif is_ipv6addr "$PROXYNODE"; then
|
||||
|
Reference in New Issue
Block a user