encrypted-dns icon indicating copy to clipboard operation
encrypted-dns copied to clipboard

It's not working

Open llamafilm opened this issue 1 year ago • 5 comments

Thanks for sharing these configs, this is a great idea. Unfortunately it's not working for me. I installed the Cloudflare config and accepted in in system settings. But all of my DNS queries are still going to my router on port 53 as usual. Is there some additional step I missed? I'm on Ventura 13.2.1. I've tried browsing in Safari and also command line host and dig.

llamafilm avatar Apr 24 '23 05:04 llamafilm

🤷‍♂️

paulmillr avatar Apr 24 '23 10:04 paulmillr

This could be related to #13. You seem to be running MacOS and possibly Little Snitch. You may find that the Cloudflare profile is disabled and cannot be enabled in System Settings -> Network -> Filters while Little Snitch is enabled.

jorritfolmer avatar Jun 08 '23 07:06 jorritfolmer

On M1 chip, with macOS Ventura 13.4.1 version , DoT (with profile) is not working even without Little Snitch.

kansal15 avatar Jul 04 '23 08:07 kansal15

@llamafilm dig will not send DNS encrypted, but I'm not sure about 'host'; dig uses plaintext only, but still should use the servers specified in the .mobileconfig profile. You'll need to generate traffic using a web browser or other apps to validate.

If you're using a VPN, try disabling that to see if it makes a difference

If you're using iCloud Private Relay, try disabling that to see if it makes a difference.

ztheory avatar Jul 05 '23 06:07 ztheory

On M1 chip, with macOS Ventura 13.4.1 version , DoT (with profile) is not working even without Little Snitch.

In my case, Cisco AnyConnect was not allowing mobileconfig to work. After un-installing Anyconnect, profile starts working normally. Thanks.

kansal15 avatar Jul 05 '23 10:07 kansal15