第一个需要通过的是
Whoer.net
通过的难点,美国洛杉矶地区的IP,英语,浏览器语言要设置为英语,那个服务器的语言最好也设置成英语en_US
- 谷歌火狐浏览器语言设置为英语en_US网上教程一大半最容易了
- 服务器VPS设置为英语en_US.UTF-8
检查VPS语言是什么版本
# 显示全局变量$LANG值
echo $LANG
# 这个为目的国家语言常用值
en_US.UTF-8
修改重新配置VPS服务器版本的语言
sudo dpkg-reconfigure locales
修改重新配置VPS服务器时区
sudo dpkg-reconfigure tzdata
检查时区和时间
PST PDT太平洋时区冬令时-0800和夏令时-0700
# 输入命令
timedatectl
# 以下为运行结果
Local time: Wed 2021-02-03 01:01:13 PST
Universal time: Wed 2021-02-03 09:01:13 UTC
RTC time: Wed 2021-02-03 09:01:13
Time zone: America/Los_Angeles (PST, -0800)
NTP enabled: yes
NTP synchronized: no
RTC in local TZ: no
DST active: no
Last DST change: DST ended at
Sun 2020-11-01 01:59:59 PDT
Sun 2020-11-01 01:00:00 PST
Next DST change: DST begins (the clock jumps one hour forward) at
Sun 2021-03-14 01:59:59 PST
Sun 2021-03-14 03:00:00 PDT
# 输入命令
date -R
# 以下为运行结果
Wed, 03 Feb 2021 01:02:35 -0800
在CentOS上面发现dpkg-reconfigure运行不了
# 列出所有美洲的时区
sudo timedatectl list-timezones |grep 'America'
# 设置时区为美洲/洛杉矶时区,即太平洋时间PST
sudo timedatectl set-timezone America/Los_Angeles
DNS-leaks检测MacOS通过了DNS-leaks检测,但是Win10上面因为没有配置dnscrypt服务,所以过不了检测了。
需要关闭掉WebRTC,最后可以通过检测了。
第二个需要通过的是
在前面的基础上面
禁止ping,禁止访问80端口。
这个也通过了
配置Win10通过DNS leaks
这个是在Win10访问whoer.net的检测结果,DNS扣分,然后系统时间扣分。
安装dnscrypt-proxy
https://github.com/DNSCrypt/dnscrypt-proxy
https://github.com/dnscrypt/dnscrypt-proxy/releases/tag/2.0.45
https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.45/dnscrypt-proxy-win64-2.0.45.zip
然后配置是安装服务.bat安装的
配置文件复制example-dnscrypt-proxy.toml 文件为dnscrypt-proxy.toml
设置代理和选择DNS服务器组看这篇文章
梯子工具上面启用了dns解析8.8.8.8
原创文章,作者:jessegold,如若转载,请注明出处:https://www.hero4u.cn/blog/2021/02/how-to-check-anonymity-and-pass-detection/