Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/content/en/pages/knowledgebase/general/custom-dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ Supported address types: IPv4. DNS-over-TLS via Android native Private DNS featu

- DNS-over-TLS can be set using the Android OS native Private DNS feature. On your device, navigate to `Settings` - `More connections` - `Private DNS`. Select `Configure Private DNS` and enter the preferred DoT address.

### modDNS with the IVPN App

<div markdown="1" class="notice notice--info">
Supported address types: IPv4, DNS-over-HTTPS, DNS-over-TLS, DNS-over-QUIC
</div>

- On the **Custom DNS** Settings screen or via the **CLI**, use the modDNS profile's DNS-over-HTTPS URI string `https://dns.moddns.net/dns-query/abc123` plus the IP address `89.124.253.5` replacing the `abc123` with the actual profile ID.

- The [modDNS account area](https://app.moddns.net/setup) also offers a configuration profile (`.mobileconfig` and QR code) for Apple devices.

### Current limitations

- Custom DNS works only with OpenVPN and WireGuard VPN protocols
Expand Down
Loading