diff options
author | lolcat <will@lolcat.ca> | 2024-02-27 04:27:18 +0000 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-02-27 04:27:18 +0000 |
commit | 5143d95014ac50a42cfe3e3b6c0a2e8466adf953 (patch) | |
tree | 5cd419ad1d5e530fd763114209774c848b86fe2b /data/proxies/onion.txt | |
parent | ba5cd270071023dff45151adb498974a47c53b80 (diff) | |
parent | a20d4de1e4d1a00c0d152136e5d7cd81481ace7b (diff) |
Merge branch 'master' into feature/fix_parse_instances
Diffstat (limited to 'data/proxies/onion.txt')
-rw-r--r-- | data/proxies/onion.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/proxies/onion.txt b/data/proxies/onion.txt index c9b03f0..28ab436 100644 --- a/data/proxies/onion.txt +++ b/data/proxies/onion.txt @@ -1,12 +1,12 @@ # Specify proxies by following this format:
-# <type>:<address>:<port>:<username>:<password>
+# <protocol>:<address>:<port>:<username>:<password>
#
# Examples:
# https:1.3.3.7:6969:abcd:efg
# socks4:1.2.3.4:8080::
# raw_ip::::
#
-# Available types:
+# Available protocols:
# raw_ip, http, https, socks4, socks5, socks4a, socks5_hostname
# Local tor proxy
|