Cloudflare CDN关闭ipv6的方法
本帖最后由 HelloWorld 于 2023-4-5 18:09 编辑面板无法更改,只能通过API
1. 复制PATCH的URL
2. 构建如下脚本并用terminal运行:
curl --request PATCH \
--url https://api.cloudflare.com/client/v4/zones/zone_identifier/settings/ipv6 \
--header 'Content-Type: application/json' \
--header 'X-Auth-Email: 登录用的邮箱' \
--header 'X-Auth-Key: xxxxxx' \
--data '{
"value": "off"
}'--url为第1步复制的链接
X-Auth-Key从这里找到:https://dash.cloudflare.com/profile/api-tokens
官方文档:https://developers.cloudflare.co ... hange-i-pv6-setting
关闭IPv6是因为禁止IP段访问后(/thread-13-1-1.html),客户端如果是绕过GEOIP,有一定概率会用本机IPv6访问论坛,会被拦截
页:
[1]