From 1536777c6417db32173a6ef8e151ab0be5cd7830 Mon Sep 17 00:00:00 2001 From: lolcat Date: Sun, 25 Feb 2024 18:56:28 -0500 Subject: added documentation --- data/config.php | 2 +- data/proxies/onion.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/config.php b/data/config.php index 6327ba9..3ee28c6 100644 --- a/data/config.php +++ b/data/config.php @@ -91,7 +91,7 @@ class config{ const PROXY_DDG = false; // duckduckgo const PROXY_BRAVE = false; const PROXY_FB = false; // facebook - const PROXY_GOOGLE = false; + const PROXY_GOOGLE = "bird2"; const PROXY_MARGINALIA = false; const PROXY_MOJEEK = false; const PROXY_SC = false; // soundcloud 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: -# :
::: +# :
::: # # 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 -- cgit v1.2.3