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 new_scan = Socks4.new
}) })
ponymap.register_service ({ -- At the moment this is nearly useless
name = "SOCKS4A", -- ponymap.register_service ({
flags = 0, -- name = "SOCKS4A",
new_scan = Socks4A.new -- flags = 0,
}) -- new_scan = Socks4A.new
-- })
ponymap.register_service ({ ponymap.register_service ({
name = "SOCKS5", name = "SOCKS5",