Skip to content

Instantly share code, notes, and snippets.

@temp3l
Last active October 27, 2021 22:30
Show Gist options
  • Save temp3l/d749413772b23ef66ffdfcd4b54a3f7f to your computer and use it in GitHub Desktop.
Save temp3l/d749413772b23ef66ffdfcd4b54a3f7f to your computer and use it in GitHub Desktop.
logoutput: stdout
internal: 0.0.0.0 port = 1090
external: 192.168.0.15
clientmethod: none
clientmethod: none
socksmethod: none
user.privileged: root
user.notprivileged: nobody
srchost: nodnsmismatch
user.libwrap: nobody
compatibility: sameport
extension: bind
client pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: error connect disconnect iooperation
}
socks pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
command: bindreply udpreply bind udpassociate connect
log: error connect disconnect iooperation
}
socks pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
protocol: tcp udp
log: connect error disconnect iooperation
}
socks pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
command: bindreply udpreply udpassociate
log: connect error disconnect iooperation
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment