An open API service indexing awesome lists of open source software.

https://github.com/bboymega/cloudflare_cli

Cloudflare CLI Application. Using Cloudflare's API
https://github.com/bboymega/cloudflare_cli

Last synced: 10 months ago
JSON representation

Cloudflare CLI Application. Using Cloudflare's API

Awesome Lists containing this project

README

          

# cloudflare_cli
Cloudflare CLI Application. Using Cloudflare's API

# Usage
```cfcli [-o] option [-t] token [-z] zone [-n] record_name [-6] ipv6 [-4] ipv4 [-i] user_id [-k] xauth_key [-m] xauth_mail"```

# Options
```
ipv6on | ipv6off | setv4 | setv6 | help

ipv6on: Enable IPv6 CDN accessing

ipv6off: Disable IPv6 CDN accessing

setv4: Set A record

setv6: Set AAAA record

help: Print help message
```
# Example
```
Disabling IPv6:

/PATH_TO_SCRIPT/cfcli -o ipv6off -z "" -t ""