FifiTheBulldog / ios-settings-urls

A collection of iOS Settings URLs
1.36k stars 104 forks source link

URL to DNS in iOS15 #16

Open leo15dev opened 2 years ago

leo15dev commented 2 years ago

In iOS 15, Apple had added the new setting to combine VPN, DNS and Device Management in General > VPN & Device Management https://support.apple.com/en-us/HT212791

Old URL to change DNS ( General → VPN → DNS: prefs:root=General&path=VPN/DNS ) is not worked in iOS15.

Can you find the new URL path to General → VPN & Device Management → DNS ? Thank you!

leo15dev commented 2 years ago

prefs:root=General&path=ManagedConfigurationList can open to General → VPN & Device Management , very closer to my needs. However , if it could directly open to General → VPN & Device Management → DNS , there will be very greatful .

grahamr commented 2 years ago

prefs:root=General&path=ManagedConfigurationList/DNS

Give this a try - it seems to be working for me here. One interesting/odd issue is it seems like you have to run it twice to get to DNS. I wonder if it has to enumerate the screen before it will fire you in the second time

prefs:root=General&path=ManagedConfigurationList/VPN Will get you to the vpn picker on the same page

leo15dev commented 2 years ago

@grahamr Thanks for your replay. I added prefs:root=General&path=ManagedConfigurationList/DNS into one shortcut (e.g. DNS1 ) And added the other shortcut (e.g.DNS ) to openDNS1 twice. OK, it works well, maybe it is not the final or perfect solution. But now I can switch DNS quickly, thank you! Who knows it needs to open twice XD

grahamr commented 2 years ago

@leo15dev This is the solution I came up with for mine too. its ugly but works. https://pbs.twimg.com/media/FAVk1VUWEAIGr4W?format=jpg&name=large

T110d commented 2 years ago

In iOS 15, Apple had added the new setting to combine VPN, DNS and Device Management in General > VPN & Device Management https://support.apple.com/en-us/HT212791

Old URL to change DNS ( General → VPN → DNS: prefs:root=General&path=VPN/DNS ) is not worked in iOS15.

Can you find the new URL path to General → VPN & Device Management → DNS ? Thank you!

danb123 commented 6 months ago

@leo15dev This is the solution I came up with for mine too. its ugly but works.

https://pbs.twimg.com/media/FAVk1VUWEAIGr4W?format=jpg&name=large

Thank you so much! You are my internet hero today. :)