-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsockd.conf
More file actions
35 lines (29 loc) · 800 Bytes
/
sockd.conf
File metadata and controls
35 lines (29 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
logoutput: stdout
internal: lo port = 1080
external: lo
socksmethod: none
#clientmethod: none
#user.privileged: sockd
#user.unprivileged: sockd
#user.libwrap: libwrap
#compatibility: sameport
#compatibility: reuseaddr
#timeout.negotiate: 30 # on a lan, this should be enough.
#timeout.io: 0 # or perhaps 86400, for a day.
#srchost: nounknown nomismatch
#client pass {
#from: 127.0.0.0/8 port 1-65535 to: 0.0.0.0/0
#log: connect disconnect error data iooperation
#}
client pass {
from: 0/0 to: 0/0
log: connect disconnect error data iooperation
}
#socks pass {
#from: 127.0.0.0/8 to: 0.0.0.0/0
#log: connect disconnect error data iooperation
#}
socks pass {
from: 0/0 to: 0/0
log: connect disconnect error data iooperation
}