summaryrefslogtreecommitdiff
path: root/lib/backend.php
diff options
context:
space:
mode:
authorroot <root@itinerariummentis.org>2024-06-06 08:56:17 +0000
committerroot <root@itinerariummentis.org>2024-06-06 08:56:17 +0000
commit7fb8b2adfd840bba7ec2a345c8868508337b2412 (patch)
tree768d60b952943fcfba0404a12b580435bc29df2e /lib/backend.php
parentb492ef2329ef918b0b40f3090b4bdc3681e3fd09 (diff)
customize
Diffstat (limited to 'lib/backend.php')
-rw-r--r--lib/backend.php2
1 files changed, 1 insertions, 1 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":