Comment out the SOCKS4A scanner

It can't really detect if the server really supports SOCKS4A.
This commit is contained in:
Přemysl Eric Janouch 2015-01-21 00:06:44 +01:00
parent 45595157e8
commit 8ecdab1ddd
1 changed files with 6 additions and 5 deletions

View File

@ -86,11 +86,12 @@ ponymap.register_service ({
new_scan = Socks4.new
})
ponymap.register_service ({
name = "SOCKS4A",
flags = 0,
new_scan = Socks4A.new
})
-- At the moment this is nearly useless
-- ponymap.register_service ({
-- name = "SOCKS4A",
-- flags = 0,
-- new_scan = Socks4A.new
-- })
ponymap.register_service ({
name = "SOCKS5",