How to use DNSCrypt to prevent DNS spoofing in China

China uses DNS spoofing to block access to websites and prevent connections to VPN servers. This can be prevented by securing your DNS with DNSCrypt.

What is DNS?

DNS stands for Domain Name Systems. It is like a “phonebook for the internet”.

When you use the internet, you do so through domain names. For example, the domain name of this website is tipsforchina.com. While humans use domains names, computer networks use IP addresses. DNS is the system that converts domain names into IP addresses.

What is DNS spoofing?

DNS spoofing (also known as DNS poisoning) is one of the methods that China uses to censor the internet. This happens when a DNS query returns the incorrect IP address for the website or service you are trying to access. The problem with standard DNS requests is that they are sent in plain text (without encryption). So even if you use custom DNS servers (Google, Cloudflare, etc) instead of your ISP DNS servers, DNS spoofing will still happen.

Here is an example.

China DNS spoofing example ping result

When I ping the domain name openvpn.net in China, my DNS request returns the IP address 66.220.149.18.

However, this is not the real IP address for the openvpn.net website. In fact, this IP address belongs to Facebook. This kind of DNS spoofing often returns IP addresses that belong to Facebook and Twitter, which are blocked IPs (more on this later).

How does DNSCrypt work?

DNSCrypt is a protocol that prevents DNS spoofing by encrypting and authenticating the communications between a DNS server and client.

Here is the result of my ping to the openvpn.net server after installing Simple DNSCrypt on my computer.

DNSCrypt example

This time, the correct IP address for the openvpn.net domain name is returned.

Can DNSCrypt be used to access blocked websites in China without a VPN?

Usually not, but sometimes.

Unfortunately, DNS spoofing is not the only method that China uses to block websites. The other method is IP blocking. So even if your DNS request returns the correct IP address, the IP address itself will likely be blocked anyway.

You certainly won’t be able to access Google, Facebook, Twitter, or other major websites with well known IP ranges. To get full access to all websites and services, you need to use a VPN service that works well in China.

Having said that, there are a few blocked websites that you can access without a VPN by using DNSCrypt. These are mostly smaller websites that are probably not worth the time of the censors to keep up with blocking their IP addresses.

At the time of writing this article, I was able to access the following websites in China without a VPN by using DNSCrypt (this may be subject to change if the IP addresses of these sites get blocked in the future).

OpenVPN (VPN software for the OpenVPN protocol)

Duck Duck Go (privacy focused search engine)

Tor Project (download page for the Tor browser)

Surfshark (main website of Surfshark VPN)

VPN.ac (main website of VPN.ac)

What else can DNSCrypt be used for?

The main advantage of DNSCrypt is that it can help with connecting to a VPN. VPN servers often use hostnames (similar to domain names) instead of IP addresses in the configuration files.

For example, I was unable to connect to a certain Surfshark VPN server when using the manual OpenVPN config with the OpenVPN app because the DNS request for the server name was not returning the correct IP. After enabling DNSCrypt, I was able to connect successfully.

As in the case with accessing websites, your mileage may vary with this trick. Often, when you can’t connect to a VPN server, the IP address of that server is IP blocked. But sometimes only the hostname used to look up the IP is blocked.

How to install Simple DNSCrypt on Windows

DNSCrypt is just a protocol, not a specific software. There are various software implementations for different platforms. The easiest client implementation for Windows is Simple DNSCrypt.

Download Simple DNSCrypt

If you use Mac, you can check the list of DNSCrypt client implementations and try one that supports Mac.

After installing Simple DNSCrypt for Windows, you can launch the application and enable these 2 settings.

Simple DNSCrypt settings
Simple DNSCrypt Settings Screen

Turn on the switch to enable the DNSCrypt Service and then click on your Network card (WiFi or LAN) at the bottom.

I suggest leaving the other settings as default unless you know what you are doing.

If you want to disable DNSCrypt, make sure that you click on your network card again (WiFi or LAN) to disable the DNS settings for that card before you exit the application. Do not disable the DNSCrypt service and leave your network card selected. This will leave your network card DNS settings as 127.0.0.1 and cause your internet to stop working after the service is disabled.

DNSCrypt alternative for Android 9

Android 9 supports DNS over TLS, which is another kind of encrypted DNS system.

The specific steps to find this setting will depend on what phone you are using. For my Samsung Galaxy S8+, it can be found here.

Settings > Connections > More connection settings > Private DNS

Select Private DNS provider hostname and then enter the hostname for a DNS provider that supports DNS over TLS. For example, 1dot1dot1dot1.cloudflare-dns.com or dns.quad9.net.

Android DNS over TLS

Leave a comment

 

Only 1 Comment (so lonely)