menu LittleJake's Blog
color_lens
avatar
Jake Liu
Never Settle
creative commons by-nc-sa
hit
Category
keyboard_arrow_down

© 2024 LittleJake's Blog.

萌ICP备20223020号

Posts tagged with Linux

head-img

cloudflare
首先需要一个linux的路由器(openwrt等)

获取一个Cloudflare和一个域名

Cloudflare的DNS ID可以通过路由器执行获取:

curl -k -X GET "https://api.cloudflare.com/client/v4/zones/NULL/dns_records" \
-H "X-Auth-Email:NULL" \
-H "X-Auth-Key:NULL" \
-H "Content-Type: application/json"
...
Theme