Spaces:
Sleeping
Sleeping
Create sockd.conf
Browse files- 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 |
+
}
|