Replies: 1 comment 2 replies
-
Hello,
Thank you |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Here is the config in properties.conf:
Enable the following network configuration if you use proxies
Create a file name proxies.txt and add your proxies in the format protocol://user:pass@ip:port
USE_PROXIES=true
Enable the following network configuration if you use VPN (Openvpn,wireguard etc)
Create a file name vpns.txt and add your vpn configuration as mentioned in the readme file.
USE_VPNS=false
Enable the following network configuration if you have machine with multiple IP address.
Note that this only requires your public IP address
Create a file name multiips.txt and add your public IP address in each line
USE_MULTI_IP=false
Set to true if you would like to use DNS over HTTPS or TCP
USE_DNS_OVER_HTTPS=false
Set to true if your socks5 proxy supports DNS
USE_SOCKS5_DNS=false
Use Custom Networks if you have more than 1000 proxies in proxies.txt file
USE_CUSTOM_NETWORK=false
Set to true if you would like to use tun2proxy instead of tun2socks
USE_TUN2PROXY=false
Could you give me the example use case that:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions