blob: 4e47abffbabbfd96ed168f49ccc4ac5bb6c4271d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Specify proxies by following this format:
# <protocol>:<address>:<port>:<username>:<password>
#
# Examples:
# https:1.3.3.7:6969:abcd:efg
# socks4:1.2.3.4:8080::
# raw_ip::::
#
# Available protocols:
# raw_ip, http, https, socks4, socks5, socks4a, socks5_hostname
# Local tor proxy
socks5:127.0.0.1:9050::
|