From 8ecdab1ddd84086b2d7a0e1552eccbd1a869308c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Wed, 21 Jan 2015 00:06:44 +0100 Subject: Comment out the SOCKS4A scanner It can't really detect if the server really supports SOCKS4A. --- plugins/socks.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/plugins/socks.lua b/plugins/socks.lua index a03f72d..8497bbb 100644 --- a/plugins/socks.lua +++ b/plugins/socks.lua @@ -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", -- cgit v1.2.3