28 lines
508 B
Plaintext
28 lines
508 B
Plaintext
logoutput: /var/log/socks.log
|
|
|
|
|
|
method: username
|
|
user.privileged: root
|
|
user.notprivileged: nobody
|
|
|
|
client pass {
|
|
from: 0.0.0.0/0 to: 0.0.0.0/0
|
|
log: error connect disconnect
|
|
}
|
|
|
|
|
|
client block {
|
|
from: 0.0.0.0/0 to: 0.0.0.0/0
|
|
log: connect error
|
|
}
|
|
|
|
pass {
|
|
from: 0.0.0.0/0 to: 0.0.0.0/0
|
|
log: error connect disconnect
|
|
}
|
|
|
|
block {
|
|
from: 0.0.0.0/0 to: 0.0.0.0/0
|
|
log: connect error
|
|
}
|
|
#dante-server configuration from tech.tiq.cc |