From cdf958d29333d448f4521f4d2faa2592b58e9b27 Mon Sep 17 00:00:00 2001 From: lolcat Date: Sun, 10 Aug 2025 21:55:15 -0400 Subject: fix wikipedia crash --- data/proxies/.gitignore | 3 +++ data/proxies/onion.txt | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 data/proxies/.gitignore create mode 100644 data/proxies/onion.txt (limited to 'data/proxies') diff --git a/data/proxies/.gitignore b/data/proxies/.gitignore new file mode 100644 index 0000000..68f8e48 --- /dev/null +++ b/data/proxies/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!onion.txt diff --git a/data/proxies/onion.txt b/data/proxies/onion.txt new file mode 100644 index 0000000..28ab436 --- /dev/null +++ b/data/proxies/onion.txt @@ -0,0 +1,13 @@ +# Specify proxies by following this format: +# :
::: +# +# 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:localhost:9050:: -- cgit v1.2.3