坐和放宽 (@peanut996)AnyRouter 被墙? 这里是解决方案 中发帖

本质上是Anyrouter 被墙,在你的代理软件或者cli配置 dns 的proxy就行(自行查询哈): 
强制anyrouter 的dns查询走代理, 我这里是sing-box的格式, 对应代理软件配置自行查询AI解决哈
{
"domain_keyword": [
"anyrouter.top",
"anthropic.com"
],
"server": "dns_proxy"
},

配置好了直接访问 他们官网如果能出现就可以使用了
完整版的配置(不可直接使用):
"dns": {
"servers": [
{
"tag": "dns_proxy",
"address": "tls://1.1.1.1",
...