- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-02-2025 12:39 PM in
Galaxy S PhonesHello,
I would like to be able to change the private dns settings of my phone depending on whether I am connected to my home WiFi or not. It doesn't seem like there is an option to do this.
The routine would be:
If -> Connected to home WiFi
Then -> Set Private DNS to off
If -> Disconnected from home WiFi
Then -> Set Private DNS hostname: customprovider.dns.something
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-02-2025 01:52 PM in
Galaxy S PhonesYou might try the Connect/disconnect from a VPN after adding a VPN to the advanced connection settings. It really is odd that they have an actual setting for a private DNS server, but not an action in routines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-02-2025 04:35 PM in
Galaxy S Phones- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago in
Galaxy S PhonesThis is a very good point. Currently, thereās no way to automate turning Private DNS on or off based on your WiāFi connection in One UI ā but this kind of functionality already exists in iOS.
On iOS and macOS, you can create profiles with āOnDemandRulesā that enable or disable encrypted DNS depending on the connected SSID. This lets you use your own DNS (like AdGuard Home or a local cache) when youāre at home and revert back to encrypted DNS when youāre elsewhere.
Technically, a similar implementation in Samsungās Modes & Routines could work like this:
- If connected to a specified SSID (like your home WiāFi) ā set Private DNS to Off or Automatic (so your phone can use the routerās DNS).
- If disconnected or connected to a different network ā enable Private DNS with a custom hostname (such as NextDNS or Quad9).
This would enable greater flexibility and control, while retaining the ability to protect DNS requests outside the home.
Such a feature would align with growing user preferences for both performance and privacy ā depending on their network ā without requiring manual intervention each time.

