I have a need to get the local DNS server address in iOS. I need this because I need to query for SRV records for a game. I can not find any calls that allows me to query SRV records so I must craft the DNS request and send it. Since I cant find a way to do this, I have to query Google DNS which has its own set of problems, most of which deal with it being blocked by ISP's or countries as a whole. How can I either get the local DNS server address or query for SRV records? Thank you for your help!
Ray