summaryrefslogtreecommitdiff
path: root/lib/backend.php
diff options
context:
space:
mode:
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":