Usually Cloud provider’s DNS resolution can resolve domain to IP outside China. But GFW will catch such traffic and redirect such DNS query to a wrong IP address to make access to International forbidden. This can be realized because dns query is just UDP, just send/receive. Capture and fake one response is relatively simple.
The thoughts are mainly from v2ray DNS, v2ray core has one internal DNS model which is used to resolve the DNS request to/from DNS server. It can also be configured by the v2ray config json file. Which is described by several examples in the above link. To avoid the DNS pollution from GFW, seems as long as we can resolve the right IP no matter it is abroad or Chinese Mainland, we can always access the site then.
Two v2ray server built by myself to use, but dont expect it to be fast as commerical products which provides the simliar function because the servers I use are all free therefore the bandwidth is low and moderate
For access from China Mainland to internet outside China, please use below
The server is deployed on AWS’s Tokyo region therefore ip will show you are on Tokyo(Japan)
vmess://eyJ2IjoyLCJwcyI6IjIzM2JveS10Y3AtNTQuMjUwLjI0MC44NSIsImFkZCI6IjU0LjI1MC4yNDAuODUiLCJwb3J0IjoiMjU5MTYiLCJpZCI6ImQ5NWNjNzU0LTY2MjctNGQzZi1iN2Q1LTQ0Nzc2ZDM1M2UzYSIsImFpZCI6IjAiLCJuZXQiOiJ0Y3AiLCJ0eXBlIjoibm9uZSIsInBhdGgiOiIifQ==
For access China Mainland from outside China, please use below
The server is deployed on HuaweiCloud’s Beijing region which is expired in 2024/02/06, therefore ip will show you are on Beijing
vmess://eyJ2IjoyLCJwcyI6IjIzM2JveS10Y3AtMTE3Ljc4LjQuMTc3IiwiYWRkIjoiMTE3Ljc4LjQuMTc3IiwicG9ydCI6IjgzMjAiLCJpZCI6ImZmMjg1M2UyLTVkMmYtNGYzZi1hNGEyLTQ3NzIzNDFkYjFjMCIsImFpZCI6IjAiLCJuZXQiOiJ0Y3AiLCJ0eXBlIjoibm9uZSIsInBhdGgiOiIifQ==
To have the v2ray client, you can download here:
v2rayNG apk 1.8.12 for android
v2ray windows x64 6.32 for windows x64
if you are using Apple products, please download from APP store, just search with keyword v2ray, I am using v2box
in Japan APP store.
Leave a Reply