I am playing around with phpWhois: https://github.com/phpWhois/phpWhois
It's installed, and works great. But I would like to do the WHOIS request via a proxy IP. WHOIS servers often block IP's when they make too many requests, and therefor I want to use various proxies to ensure I don't get blocked.
phpWhois has proxy support as I can set: $allowproxy = true;
But apart from that, I see no documentation on how tell the script which proxies/ports to use. Can anyone point me in the right direction please?