[go: up one dir, main page]

socks 0.2.3

SOCKS proxy clients
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
logoutput: stdout

internal: lo port = 1080
external: eth0

socksmethod: none
clientmethod: none

user.unprivileged: travis

client pass {
    from: 127.0.0.1/0 port 1-65535 to: 0.0.0.0/0
}

socks pass {
    from: 127.0.0.1/0 to: 0.0.0.0/0
}