Upload BIND config file via Clouflare API
Find a file
2025-10-29 22:06:33 +01:00
action.yaml Update doc 2025-10-29 22:06:33 +01:00
LICENSE Initial commit 2025-10-29 19:10:12 +00:00
README.md Update doc 2025-10-29 22:06:33 +01:00

cloudflare-dns-import

Upload BIND config file via Clouflare API

Usage

- uses: git.gorbe.io/actions/cloudflare-dns-import
  with:
    # Zone identifier
    zone_id:
  
    # Path to the BIND config to import
    file:

    # Whether or not proxiable records should receive the performance and security benefits of Cloudflare.
    #
    #Default: "false"
    proxied:
    
  secrets:
    api_token: