|
@@ -10,16 +10,20 @@
|
|
|
|
|
|
|
|
|
$config_disable_bittorent_search = false;
|
|
|
-
|
|
|
$config_bittorent_trackers = "&tr=http%3A%2F%2Fnyaa.tracker.wf%3A7777%2Fannounce&tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce";
|
|
|
|
|
|
|
|
|
- youtube.com results will be replaced with the given invidious instance
|
|
|
- Get online invidious instances from here: https:
|
|
|
+ These are privacy friendly front-ends for popular sites
|
|
|
+
|
|
|
+ Online invidious instances: https:
|
|
|
+ Online bibliogram instances: https:
|
|
|
+ Online nitter instances: https:
|
|
|
|
|
|
- Set as null if you don't want to replace YouTube results
|
|
|
+ Set as null or 0 if you don't want to replace results
|
|
|
*/
|
|
|
- $config_replace_yt_with_invidious = "yewtu.be";
|
|
|
+ $config_replace_youtube_with_invidious = "https://yewtu.be";
|
|
|
+ $config_replace_instagram_with_bibliogram = "https://bibliogram.pussthecat.org";
|
|
|
+ $config_replace_twitter_with_nitter = "https://nitter.namazso.eu";
|
|
|
|
|
|
|
|
|
To send requests trough a proxy uncomment CURLOPT_PROXY and CURLOPT_PROXYTYPE:
|
|
@@ -46,7 +50,7 @@
|
|
|
CURLOPT_FOLLOWLOCATION => false,
|
|
|
CURLOPT_ENCODING => "",
|
|
|
CURLOPT_USERAGENT => $config_user_agent,
|
|
|
- CURLOPT_SSL_VERIFYHOST => 0,
|
|
|
+ CURLOPT_SSL_VERIFYHOST => false,
|
|
|
CURLOPT_VERBOSE => 1
|
|
|
);
|
|
|
?>
|