Created
February 19, 2021 15:43
-
-
Save ryanfaircloth/9e161e5668f078b045fa64954c728f54 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
logoutput: stdout | |
#debug: 2 | |
internal: eth0 port = 2020 | |
external: eth0 | |
#external.rotation: same-same | |
clientmethod: none | |
socksmethod: none | |
user.privileged: root | |
user.notprivileged: nobody | |
client pass { | |
from: 0/0 to: 0/0 | |
log: connect disconnect | |
} | |
client block { | |
from: 0/0 to: 0/0 | |
log: connect error | |
} | |
socks pass { | |
from: 0.0.0.0/0 to: .ec2.splunkit.io port = 9997 | |
protocol: tcp | |
log: error connect disconnect | |
} | |
socks block { | |
from: 0/0 to: 0/0 | |
log: connect error | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment