your ip for outgoing calls. Default empty (default ip of your machine)
#example
bind_ip = "ffff:ffff:ffff:2" #supported ipv6 or ipv4
# if empty will be used default local ip
bind_ip = ""
which ip or port to bind the server to. Default ":8888"
#example
listen_addr = ":8080"
Do not specify [[users]] settings to make the proxy open
#example
[[users]]
username = "user1"
password = "userpassword"
[[users]]
username = "user2"
password = "userpassword"
./proxy -conf ./proxy.toml
where proxy.toml is the path to the config file