Skip to content

Instantly share code, notes, and snippets.

@winfamy
Last active July 26, 2019 20:40
Show Gist options
  • Save winfamy/646d911f5e27468c7a393f12066afd16 to your computer and use it in GitHub Desktop.
Save winfamy/646d911f5e27468c7a393f12066afd16 to your computer and use it in GitHub Desktop.
<?php
$curl = curl_init('https://api.ipify.org?format=json');
curl_setopt($curl, CURLOPT_PROXY, 'http://zproxy.lum-superproxy.io:22225');
curl_setopt($curl, CURLOPT_PROXYUSERPWD, 'lum-customer-hl_f70b9d11-zone-zone1:pass');
curl_exec($curl);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment