某个日本 IP 段无法用于自选 IP [Error 1034](Cloudflare CDN 刚刚添加的限制?) #350
Replies: 25 comments
-
你也用的是我前段时间分享的那个日本 IP 段吧? 提示内容翻译成人话大概意思是该网站所有者没有权限使用该 IP。 估计是该 IP 段以前是专门用于 Cloudflare CDN 付费套餐的,然后发现不少人在用,于是加了限制。 |
Beta Was this translation helpful? Give feedback.
-
除了正常通过dns解析出来的那3个ip,测试其它所有ip均403。 |
Beta Was this translation helpful? Give feedback.
-
我是换成其他 IP 就正常了。 |
Beta Was this translation helpful? Give feedback.
-
“测试其它所有ip均403” 显然你不可能全部都测试过了,可能是你正好都碰上了被限制的 IP 段。 你把你测试用的 IP 段发给我看看。 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
又测了下,是浏览器缓存没有更新。 |
Beta Was this translation helpful? Give feedback.
-
刚才我猜就可能是这样。。。 我这边浏览器不管是 Ctrl+F5 强制刷新(不走缓存),还是浏览器设置里清除 DNS 缓存,都不行。。。 我猜测之所以只有这一个 IP 段被限制,很可能是因为该日本 IP 段,似乎不是 Anycast 任播的。 要知道其他的 IP 基本上快则几个小时,慢则几天就会 Anycast 动态调整一下,就这个日本 IP 段搞特殊化。。。 |
Beta Was this translation helpful? Give feedback.
-
目前我是采用的本地脚本检测公网ip变化生成hosts,上传到我的网站,再在AdGuardHome或者设备中订阅这个hosts。 |
Beta Was this translation helpful? Give feedback.
-
目前不支持 IP 黑名单功能,即无法特定排除某个 IP / IP 段。 |
Beta Was this translation helpful? Give feedback.
-
但是,你可以选择把 |
Beta Was this translation helpful? Give feedback.
-
改CIDR呢? |
Beta Was this translation helpful? Give feedback.
-
CIDR 无法精确的排除掉 172.64.228.0/24 这个 IP 段。 你只能拆分为一个个的 IP 段。 |
Beta Was this translation helpful? Give feedback.
-
大佬,靠你了,写好更新下项目吧! |
Beta Was this translation helpful? Give feedback.
-
把
|
Beta Was this translation helpful? Give feedback.
-
对了,你完全不用折腾这些,因为 |
Beta Was this translation helpful? Give feedback.
-
228已删,更新下项目吧: |
Beta Was this translation helpful? Give feedback.
-
你没看我前面说的么,没有必要改 实际上目前的 ip.txt 中并不是所有 IP 都能用的,其中有一部分的回源 IP(即是 CDN 去回源访问网站源服务器用的 IP),回源 IP 是不能用来指向域名访问的(下载测速也都是 0.00),剩下的就是任播 IP 才能这样用。 但是因为回源 IP 似乎不是固定的,所以我也没有在 |
Beta Was this translation helpful? Give feedback.
-
我用的测速url不会被限速,workers.dev不限制,我的用加速github的workers测速,万一有人也使用的高级套餐的域名测速就会污染其它普通域名。 |
Beta Was this translation helpful? Give feedback.
-
这种情况,让用户自己处理吧。 毕竟绝大部分用户,都是用的 CloudflareST 默认的下载测速地址。 |
Beta Was this translation helpful? Give feedback.
-
OK |
Beta Was this translation helpful? Give feedback.
-
我后续没事的时候,会去扫扫回源 IP 段,看是不是固定的,如果是的话就给剔除掉算了。 这样的话一些人只在意延迟的话也不用担心遇到不可用的回源 IP 了。 |
Beta Was this translation helpful? Give feedback.
-
@YujiaCheng1996 对了,前面那个 IP 段可以精简一下:
这样的话,依然是正好跳过 |
Beta Was this translation helpful? Give feedback.
-
@YujiaCheng1996 简单过滤了一下回源 IP(准确说是无法下载测速的 IP,即无法指向域名使用),不过因为 IP 太多(约178万个),所以也只是大概过滤了下。大部分都过滤掉了,应该还剩的有一部分(这部分混杂在各个 IP 段里,毫无规律,不确定是不是动态调整的),过滤掉的 IP 占原来的 27.14%。
下面是我过滤后得到的
|
Beta Was this translation helpful? Give feedback.
-
感谢,我先手动替换着看看。 |
Beta Was this translation helpful? Give feedback.
-
用了3个网络去测试 通过3proxy去做代理 配合浏览器switchyOmega去测试 全都是Error 1034 是不是ipv4都不行了... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
部分网站自选ip403,提示:
Please enable cookies.
Error 1034
Ray ID: xxxxx
Edge IP Restricted
What happened?
You've requested a page on a website that is part of the Cloudflare network. The host (xxx) resolved to an IP address that the owner of the website does not have access to.
What can I do?
If you are a visitor of this website:
Please try again in a few minutes.
If you are the owner of this website:
Check your DNS records to ensure they are pointed to the IP address(es) you were assigned at registration.
Cloudflare Ray ID: xxx • Your IP: xxx • Performance & security by Cloudflare
临时还是永久未可知。
Beta Was this translation helpful? Give feedback.
All reactions