diff options
author | gesang <gesang@itinerariummentis.org> | 2024-06-26 09:10:46 +0000 |
---|---|---|
committer | gesang <gesang@itinerariummentis.org> | 2024-06-26 09:10:46 +0000 |
commit | 40752f5eb2b23889f444cdc6cf10c0eadd4fa11d (patch) | |
tree | 7a617098e9d95e74b694b67fb66b27a47f1bdcb2 /lib/backend.php | |
parent | 121ab66eecd5798b10461274b8f210f1caa3009a (diff) | |
parent | 77931f3ee9b2a51d83b05752b3d98638b30cae38 (diff) |
Merge branch 'master' of https://git.lolcat.ca/lolcat/4get
Diffstat (limited to 'lib/backend.php')
-rw-r--r-- | lib/backend.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/backend.php b/lib/backend.php index 09a4267..00161a6 100644 --- a/lib/backend.php +++ b/lib/backend.php @@ -74,6 +74,7 @@ class backend{ break; case "socks5_hostname": + case "socks5a": curl_setopt($curlproc, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5_HOSTNAME); curl_setopt($curlproc, CURLOPT_PROXY, $address . ":" . $port); break; |