Hi, I want to get all domain names that my mac queries. I think that NEDNSProxyProvider
might be useful but I don't want to handle the flows and redirect them I only want the domain names for logging purposes. Can this be done?
What are my options for doing this on device from a system extension?
There’s no sysex mechanism for just logging DNS queries. As you’re aware, NEDNSProxyProvider
allows you to intercept all queries, but it requires you to handle them as well.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"