2
0
mirror of https://github.com/stefan01/transocks.git synced 2025-02-22 19:50:46 +07:00
transocks/cmd/transocks/sample.toml
Yamamoto, Hirotaka 4fa2892a52 Initial commit
2016-03-08 16:16:36 +09:00

10 lines
255 B
TOML

# This is a sample TOML file for transocks.
listen = "localhost:1081"
proxy_url = "socks5://10.20.30.40:1080" # for SOCKS5 server
#proxy_url = "http://10.20.30.40:3128" # for HTTP proxy server
log_level = "debug"
log_file = "/var/log/transocks.log"