dns.forjed.xyz · Port 853


Windows (Plain DNS) :

  1. Click OK, then close all windows.
  2. Open Settings > Network & Internet.
  3. Click Change adapter options.
  4. Right-click your active connection → Properties.
  5. Select Internet Protocol Version 4 (TCP/IPv4) → click Properties.
  6. Choose Use the following DNS server addresses:
  7. Preferred: 38.225.76.31
  8. Alternate: (leave blank or use fallback DNS you trust)

macOS (Plain DNS)

  1. Open System Settings > Network.
  2. Choose your active network → click Details….
  3. Go to the DNS tab.
  4. Add: 151.242.3.8
  5. Click OK or Apply.

Android (Encrypted DNS over TLS)

  1. Go to Settings > Network & Internet > Advanced > Private DNS.
  2. Select: Private DNS provider hostname
  3. Enter: dns.forjed.xyz
  4. Tap Save.

iOS (Plain DNS)

  1. Go to Settings > Wi-Fi.
  2. Tap the i icon next to your Wi-Fi.
  3. Scroll down to DNS → tap Configure DNS > Manual.
  4. Remove other DNS servers, add:
    • 151.242.3.8
  5. Tap Save.

Linux (Plain DNS or Encrypted DoT)

For basic DNS (systemd-resolved):

bashCopyEditsudo nano /etc/systemd/resolved.conf

Set:

makefileCopyEditDNS=151.242.3.8
FallbackDNS=

Then:

bashCopyEditsudo systemctl restart systemd-resolved

Router (Manual DNS for entire network)

  1. Login to your router (usually at 192.168.1.1 or 192.168.0.1).
  2. Find DNS Settings under WAN/DHCP.
  3. Set:
    • Primary DNS: 151.242.3.8
    • Secondary DNS: (optional fallback)
  4. Save and reboot the router.