We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d9f52 commit ffe5deaCopy full SHA for ffe5dea
1 file changed
testssl.sh
@@ -21969,7 +21969,6 @@ check_proxy() {
21969
PROXYNODE="${PROXYNODE/\]/}"
21970
is_number "$PROXYPORT" || fatal "Proxy port cannot be determined from \"$PROXY\"" $ERR_CMDLINE
21971
21972
- #FIXME: finish IPv6 proxy support, see #1105.
21973
if is_ipv4addr "$PROXYNODE"; then
21974
PROXYIP="$PROXYNODE"
21975
elif is_ipv6addr "$PROXYNODE"; then
0 commit comments