diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/backend.php | 2 | ||||
-rw-r--r-- | lib/frontend.php | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lib/backend.php b/lib/backend.php index cfb04a9..5b990a9 100644 --- a/lib/backend.php +++ b/lib/backend.php @@ -50,7 +50,7 @@ class backend{ switch($type){ case "raw_ip": - return; + curl_setopt($curlproc, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V6); break; case "http": diff --git a/lib/frontend.php b/lib/frontend.php index 1c3eb09..ae703fc 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -919,12 +919,12 @@ class frontend{ $filters["scraper"] = [ "display" => "Scraper", "option" => [ - "ddg" => "DuckDuckGo", "brave" => "Brave", - "yandex" => "Yandex", "google" => "Google", + "yandex" => "Yandex", "qwant" => "Qwant", "yep" => "Yep", + "ddg" => "DuckDuckGo", "greppr" => "Greppr", "crowdview" => "Crowdview", "mwmbl" => "Mwmbl", @@ -940,10 +940,10 @@ class frontend{ $filters["scraper"] = [ "display" => "Scraper", "option" => [ - "ddg" => "DuckDuckGo", - "yandex" => "Yandex", "brave" => "Brave", "google" => "Google", + "ddg" => "DuckDuckGo", + "yandex" => "Yandex", "qwant" => "Qwant", "yep" => "Yep", //"pinterest" => "Pinterest", @@ -972,10 +972,10 @@ class frontend{ $filters["scraper"] = [ "display" => "Scraper", "option" => [ - "ddg" => "DuckDuckGo", - "brave" => "Brave", "google" => "Google", + "brave" => "Brave", "qwant" => "Qwant", + "ddg" => "DuckDuckGo", "yep" => "Yep", "mojeek" => "Mojeek" ] |