mirror of
https://github.com/sstent/containers.git
synced 2026-01-26 00:52:00 +00:00
first
This commit is contained in:
28
openpyn_alpine/sockd.conf
Normal file
28
openpyn_alpine/sockd.conf
Normal file
@@ -0,0 +1,28 @@
|
||||
debug: 0
|
||||
logoutput: stderr
|
||||
internal: 0.0.0.0 port = 1080
|
||||
external: tun0
|
||||
socksmethod: none
|
||||
clientmethod: none
|
||||
user.privileged: root
|
||||
user.unprivileged: nobody
|
||||
|
||||
client pass {
|
||||
from: 192.168.1.0/24 port 1-65535 to: 0.0.0.0/0
|
||||
#clientmethod: rfc931 # match all idented users that also are in passwordfile
|
||||
}
|
||||
|
||||
client pass {
|
||||
from: 172.0.0.0/8 port 1-65535 to: 0.0.0.0/0
|
||||
#clientmethod: rfc931 # match all idented users that also are in passwordfile
|
||||
}
|
||||
|
||||
|
||||
client pass {
|
||||
from: 127.0.0.0/8 port 1-65535 to: 0.0.0.0/0
|
||||
}
|
||||
|
||||
socks pass {
|
||||
from: 0.0.0.0/0 to: 0.0.0.0/0
|
||||
protocol: tcp udp
|
||||
}
|
||||
Reference in New Issue
Block a user