paulmillr / encrypted-dns

DNS over HTTPS config profiles for iOS & macOS
https://paulmillr.com/posts/encrypted-dns/
The Unlicense
3.37k stars 337 forks source link

Can’t install two different profiles #156

Closed nhlghost closed 2 weeks ago

nhlghost commented 2 weeks ago

I first downloaded the cloudflare no malware profile. Then downloaded the quad9 profile but it replaced the previous one

zecanard commented 2 weeks ago

@nhlghost Just edit the .mobileconfig files and make the PayloadIdentifier and PayloadUUID fields unique. Then you can install several profiles and switch between them easily. On macOS, open a Terminal session and enter uuidgen to generate a new UUID. The PayloadIdentifier can be whatever you want.

Or check out this post for a repository that has already done this: https://github.com/paulmillr/encrypted-dns/issues/29#issuecomment-804020684

nhlghost commented 2 weeks ago

@nhlghost Just edit the .mobileconfig files and make the PayloadIdentifier and PayloadUUID fields unique. Then you can install several profiles and switch between them easily. On macOS, open a Terminal session and enter uuidgen to generate a new UUID. The PayloadIdentifier can be whatever you want.

Or check out this post for a repository that has already done this: #29 (comment)

I’m using iOS 15. I don’t know how to edit The mobileconfig file and which payloduuud and identifier to use. I’ve visited the link for previous repository of the same issue