aboutsummaryrefslogtreecommitdiff
path: root/plugins/socks.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/socks.lua')
-rw-r--r--plugins/socks.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/socks.lua b/plugins/socks.lua
index ed07eff..acf90ff 100644
--- a/plugins/socks.lua
+++ b/plugins/socks.lua
@@ -81,21 +81,21 @@ end
-- Register everything
-ponymap.register_service ({
+ponymap.register_service {
name = "SOCKS4",
flags = 0,
new_scan = Socks4.new
-})
+}
-- At the moment this is nearly useless
--- ponymap.register_service ({
+-- ponymap.register_service {
-- name = "SOCKS4A",
-- flags = 0,
-- new_scan = Socks4A.new
--- })
+-- }
-ponymap.register_service ({
+ponymap.register_service {
name = "SOCKS5",
flags = 0,
new_scan = Socks5.new
-})
+}