lbp007 commited on
Commit
7099045
·
verified ·
1 Parent(s): 5eac5e0

Create sockd.conf

Browse files
Files changed (1) hide show
  1. sockd.conf +18 -0
sockd.conf ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ logoutput: stderr
2
+
3
+ internal: 0.0.0.0 port = 7860
4
+ external: eth0
5
+
6
+ method: none
7
+
8
+ user.privileged: root
9
+ user.notprivileged: nobody
10
+
11
+ client pass {
12
+ from: 0.0.0.0/0 to: 0.0.0.0/0
13
+ }
14
+
15
+ pass {
16
+ from: 0.0.0.0/0 to: 0.0.0.0/0
17
+ protocol: tcp udp
18
+ }