Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update the connection instructions #288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions docs/private-dns/connect-devices/game-consoles/nintendo.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Applies to New Nintendo 3DS, New Nintendo 3DS XL, New Nintendo 2DS XL, Nintendo
Configure your game console to use a public AdGuard DNS server or configure it via linked IP:

1. From the home menu, select *System Settings*.
1. Go to *Internet Settings* → *Connection Settings*.
1. Select the connection file, then select *Change Settings*.
1. Select *DNS* → *Set Up*.
1. Set *Auto-Obtain DNS* to *No*.
1. Select *Detailed Setup* → *Primary DNS*. Hold down the left arrow to delete the existing DNS.
1. In the *DNS Server* field, enter one of the following DNS server addresses:
1. Go to *Internet* → *Internet Settings* → *Connection Settings*.
1. Select your network from the list.
1. Select *Change Settings* → *DNS Settings*.
1. Set *Automatic* to *Manual*.
1. Select *Primary DNS*. Hold down the left arrow (B button) to delete the existing DNS.
1. In the *Primary DNS* field, enter one of the following DNS server addresses:
- `94.140.14.49`
- `94.140.14.59`
1. Save the settings.
Expand Down
33 changes: 27 additions & 6 deletions docs/private-dns/connect-devices/game-consoles/playstation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,35 @@ It is likely that your router supports the use of encrypted DNS servers, so you

## Connect AdGuard DNS

Configure your game console to use a public AdGuard DNS server or configure it via linked IP:
Configure your game console to use a public AdGuard DNS server or configure it via linked IP.

1. Turn on your PS4/PS5 console and sign in to your account.
### For PlayStation 4

1. Turn on your PS4 console and sign in to your account.
1. From the home screen, select the gear icon located in the top row.
1. Go to *Settings* → *Network* → *Settings*.
1. Select *Set Up Internet Connection*.
1. Select *Use a LAN Cable* → *Easy*.
1. Select *Manual* and then select *Automatic* for *IP Address Settings*.
1. For *DHCP Host Name*, select *Do Not Specify*.
1. For *DNS Settings*, select *Manual*.
1. In the *DNS Server* field, enter one of the following DNS server addresses:
- `94.140.14.49`
- `94.140.14.59`
1. Select *Next* to continue.
1. On the *MTU Settings* screen, select *Automatic*.
1. On the *Proxy Server* screen, select *Do Not Use*.
1. Select *Test Internet Connection* to test your new DNS settings.
1. Once the test is complete and you see “Internet Connection: Successful”, save your settings.

### For PlayStation 5

1. Turn on your PS5 console and sign in to your account.
1. From the home screen, select the gear icon located in the top row.
1. In the *Settings* menu, select *Network*.
1. Go to *Settings* *Network* → *Settings*.
1. Select *Set Up Internet Connection*.
1. Choose *Use Wi-Fi* or *Use a LAN Cable*, depending on your network setup.
1. Select *Custom* and then select *Automatic* for *IP Address Settings*.
1. Select *Set Up Wired LAN* → *Connect*.
1. Select *Manual* and then select *Automatic* for *IP Address Settings*.
1. For *DHCP Host Name*, select *Do Not Specify*.
1. For *DNS Settings*, select *Manual*.
1. In the *DNS Server* field, enter one of the following DNS server addresses:
Expand All @@ -28,7 +49,7 @@ Configure your game console to use a public AdGuard DNS server or configure it v
1. On the *MTU Settings* screen, select *Automatic*.
1. On the *Proxy Server* screen, select *Do Not Use*.
1. Select *Test Internet Connection* to test your new DNS settings.
1. Once the test is complete and you see "Internet Connection: Successful", save your settings.
1. Once the test is complete and you see Internet Connection: Successful, save your settings.

It would be preferable to use linked IP (or dedicated IP if you have a Team subscription):

Expand Down
8 changes: 4 additions & 4 deletions docs/private-dns/connect-devices/mobile-and-desktop/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ You can set up Private AdGuard DNS using the AdGuard VPN CLI (command-line inter

## Configure manually on Ubuntu (linked IP or dedicated IP required)

1. Click *System* → *Preferences* → *Network Connections*.
1. Click *System* → *Settings* → *Network*.
1. Select the *Wireless* tab, then choose the network you’re connected to.
1. Click *Edit* → *IPv4*.
1. Go to *IPv4*.
1. Set *Automatic (DHCP)* to *Manual*.
1. Change the listed DNS addresses to the following addresses:
- `94.140.14.49`
- `94.140.14.59`
1. Turn off *Auto mode*.
1. Click *Apply*.
1. Go to *IPv6*.
1. Set *Automatic* to *Manual*.
1. Change the listed DNS addresses to the following addresses:
- `2a10:50c0:0:0:0:0:ded:ff`
- `2a10:50c0:0:0:0:0:dad:ff`
1. Turn off *Auto mode*.
1. Click *Apply*.
1. Link your IP address (or your dedicated IP if you have a Team subscription):
- [Dedicated IPs](/private-dns/connect-devices/other-options/dedicated-ip.md)
Expand Down
Loading