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
- Host: GitHub
- URL: https://github.com/bboymega/cloudflare_cli
- Owner: bboymega
- Created: 2021-05-13T09:21:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-13T09:34:40.000Z (about 5 years ago)
- Last Synced: 2025-01-12T22:12:44.246Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ""