Initial commit
This commit is contained in:
34
dante/sockd.conf
Normal file
34
dante/sockd.conf
Normal file
@@ -0,0 +1,34 @@
|
||||
debug: 0
|
||||
logoutput: stderr
|
||||
internal: 0.0.0.0 port = 1080
|
||||
external: eth0
|
||||
socksmethod: none
|
||||
clientmethod: none
|
||||
user.privileged: root
|
||||
user.unprivileged: nobody
|
||||
|
||||
client pass {
|
||||
from: 0.0.0.0/0 port 1-65535 to: 0.0.0.0/0
|
||||
log: error
|
||||
}
|
||||
|
||||
socks pass {
|
||||
from: 0.0.0.0/0 to: 0.0.0.0/0
|
||||
#socksmethod: username
|
||||
log: error
|
||||
}
|
||||
|
||||
socks pass {
|
||||
from: 0.0.0.0/0
|
||||
to: 0.0.0.0/0
|
||||
# udp.portrange: 40000-45000
|
||||
command: udpassociate
|
||||
log: error connect disconnect
|
||||
}
|
||||
|
||||
socks pass {
|
||||
from: 0.0.0.0/0
|
||||
to: 0.0.0.0/0
|
||||
command: bind connect udpassociate bindreply udpreply
|
||||
log: error connect disconnect
|
||||
}
|
||||
Reference in New Issue
Block a user