aboutsummaryrefslogtreecommitdiff
path: root/plugins/socks.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/socks.lua')
-rw-r--r--plugins/socks.lua11
1 files 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",