首页
Search
1
Centos上使用docker安装transmission
267 阅读
2
BuyVm在centos系统上配置ipv6地址
244 阅读
3
'GLIBCXX_3.4.21' not found
206 阅读
4
数据库的增删改
167 阅读
5
yt-dlp使用手册
166 阅读
默认分类
Linux
sql
逆向
登录
Search
标签搜索
linux
centos
nginx
vps
python
openssl
GLIBCXX
rar
unzip
sql
bbr
transmission
pt
docker
yt-dlp
web
cloudflare
office
zip
解压
奈陌
累计撰写
32
篇文章
累计收到
0
条评论
首页
栏目
默认分类
Linux
sql
逆向
页面
搜索到
1
篇与
的结果
2024-04-16
cloudflare关闭ipv6访问
1、获取cloudflare的Global API Keyhttps://dash.cloudflare.com/profile/api-tokens2、发送api请求curl -X PATCH "https://api.cloudflare.com/client/v4/zones/{Zone ID}/settings/ipv6" \ -H "X-Auth-Email:{your email}" \ -H "X-Auth-Key:{Global API Key}" \ -H "Content-Type: application/json" \ --data '{"value":"off"}'注意,到这一步只是关闭了你域名的ipv6地址解析,你还需要设定一条防火墙规则来阻止ipv6地址的访问3、配置防火墙规则
2024年04月16日
51 阅读
0 评论
0 点赞