diff options
author | root <root@itinerariummentis.org> | 2024-06-06 08:56:17 +0000 |
---|---|---|
committer | root <root@itinerariummentis.org> | 2024-06-06 08:56:17 +0000 |
commit | 7fb8b2adfd840bba7ec2a345c8868508337b2412 (patch) | |
tree | 768d60b952943fcfba0404a12b580435bc29df2e /lib/backend.php | |
parent | b492ef2329ef918b0b40f3090b4bdc3681e3fd09 (diff) |
customize
Diffstat (limited to 'lib/backend.php')
-rw-r--r-- | lib/backend.php | 2 |
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": |