What is the best way to track an IP address of a netservice that may change? (switching back and forth between en0, en1 for example)
After calling startMonitoring, you get call backs when the TXT Record data changes, but I have found no obvious way to be notified if the IP changes.
Currently, I just re-browse when a connection fails and check to see if the IP has changed. I hope this isn't the cleanest way to do it. Any ideas?