From 0652bae0c2bdee84312d2a0eecbbd0461f9f4d66 Mon Sep 17 00:00:00 2001 From: kev Date: Wed, 17 Jun 2015 09:38:19 +0800 Subject: [PATCH] update --- dante/danted.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dante/danted.conf diff --git a/dante/danted.conf b/dante/danted.conf new file mode 100644 index 0000000..412f970 --- /dev/null +++ b/dante/danted.conf @@ -0,0 +1,14 @@ +logoutput: stderr +internal: eth0 port = 1080 +external: eth0 +method: username none +clientmethod: none +user.privileged: nobody +user.notprivileged: nobody +client pass { + from: 0.0.0.0/0 port 1-65535 to: 0.0.0.0/0 +} +pass { + from: 0.0.0.0/0 to: 0.0.0.0/0 + protocol: tcp udp +}