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 | |
parent | ba5cd270071023dff45151adb498974a47c53b80 (diff) | |
parent | a20d4de1e4d1a00c0d152136e5d7cd81481ace7b (diff) |
Merge branch 'master' into feature/fix_parse_instances
Diffstat (limited to 'data')
-rw-r--r-- | data/config.php | 4 | ||||
-rw-r--r-- | data/proxies/onion.txt | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/data/config.php b/data/config.php index 6327ba9..fd9071e 100644 --- a/data/config.php +++ b/data/config.php @@ -77,7 +77,8 @@ class config{ "https://4get.psily.garden", "https://search.milivojevic.in.rs", "https://4get.snine.nl", - "https://4get.datura.network" + "https://4get.datura.network", + "https://4get.neco.lol" ]; // Default user agent to use for scraper requests. Sometimes ignored to get specific webpages @@ -103,6 +104,7 @@ class config{ const PROXY_PINTEREST = false; const PROXY_SEZNAM = false; const PROXY_NAVER = false; + const PROXY_MWMBL = false; const PROXY_FTM = false; // findthatmeme const PROXY_IMGUR = false; const PROXY_YANDEX_W = false; // yandex web 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
|