diff options
author | lolcat <will@lolcat.ca> | 2023-11-07 08:04:56 -0500 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-11-07 08:04:56 -0500 |
commit | 785452873f0ee0a27fc157b482b7551560f0282d (patch) | |
tree | 4c70e240031ed3868425ca683c83ebfd378a9159 /data/proxies | |
parent | 64b090ee058953aed2246967332c7f0b6623cd8f (diff) |
fix typo
Diffstat (limited to 'data/proxies')
-rw-r--r-- | data/proxies/.gitignore | 3 | ||||
-rw-r--r-- | data/proxies/onion.txt | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/data/proxies/.gitignore b/data/proxies/.gitignore new file mode 100644 index 0000000..70fd2c3 --- /dev/null +++ b/data/proxies/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!onion.txt
\ No newline at end of file diff --git a/data/proxies/onion.txt b/data/proxies/onion.txt new file mode 100644 index 0000000..c9b03f0 --- /dev/null +++ b/data/proxies/onion.txt @@ -0,0 +1,13 @@ +# Specify proxies by following this format:
+# <type>:<address>:<port>:<username>:<password>
+#
+# Examples:
+# https:1.3.3.7:6969:abcd:efg
+# socks4:1.2.3.4:8080::
+# raw_ip::::
+#
+# Available types:
+# raw_ip, http, https, socks4, socks5, socks4a, socks5_hostname
+
+# Local tor proxy
+socks5:localhost:9050::
|