Cloudflare Web3 Gateway
ActionsTags
(2)Creates/Updates dnslink for a web3 gateway
- name: Update DNS Link via Cloudflare
id: cloudflare-dnslink
uses: abhimarshal1/cloudflare-web3-gateway
with:
token: ${{ secrets.CLOUDFLARE_TOKEN }}
zone: ${{ secrets.CLOUDFLARE_ZONE }}
hostname: 'ipfs.example.com'
dnslink: 'ipns/ipns.example.com' # you can also use 'ipfs/Qm....../'Note: Please make sure the token has all the necessary permissions (Zone DNS and web3).
Cloudflare Web3 Gateway is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.