PHP: MX Lookup via Proxy -


using both nslookup via exec , dns_get_mx. can't find documentation on either mx lookup domain via proxy.

is possible? there utilities centos can install facilitate this?

thanks

check out command "dig", use

dig @myproxyserver -t mx domainiwant.com

you should able exec , parse


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

javascript - Clean way to programmatically use CSS transitions from JS? -

android - send complex objects as post php java -