From 900c8cc5f830848eec2a3d70a2b7c0126ea0d160 Mon Sep 17 00:00:00 2001 From: kev Date: Wed, 17 Jun 2015 12:17:49 +0800 Subject: [PATCH] update --- dante/sockd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dante/sockd.conf b/dante/sockd.conf index 93099f6..64cf2df 100644 --- a/dante/sockd.conf +++ b/dante/sockd.conf @@ -1,3 +1,4 @@ +debug: 0 logoutput: stderr internal: eth0 port = 1080 external: eth0 @@ -8,11 +9,10 @@ user.unprivileged: nobody client pass { from: 0.0.0.0/0 port 1-65535 to: 0.0.0.0/0 - log: error # connect disconnect iooperation + log: error } socks pass { from: 0.0.0.0/0 to: 0.0.0.0/0 - protocol: tcp udp - log: connect + log: error }