在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:textileio/cloudflare-update-dnslink开源软件地址:https://github.com/textileio/cloudflare-update-dnslink开源编程语言:Shell 84.0%开源软件介绍:cloudflare-update-dnslinkAllows you to quickly update a Cloudflare DNSLink with a new IPFS CID. This action requires that you have already created a DNS Link record in your Cloudflare DNS settings. Additionally, you will need a Cloudflare Token with sufficient permissions to edit the DNS record. Example- name: Update DNSLink
env:
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
RECORD_DOMAIN: "textile.io"
RECORD_NAME: "_dnslink.subdomainname"
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
id: dnslink
uses: textileio/cloudflare-update-dnslink@master
with:
cid: ${{ steps.push.outputs.cid }} For a more complete tutorial, see this blog post. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论