Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyb3r-jak3/cloudflare-utils
Helpful Cloudflare utility program
https://github.com/cyb3r-jak3/cloudflare-utils
cloudflare dns golang
Last synced: about 4 hours ago
JSON representation
Helpful Cloudflare utility program
- Host: GitHub
- URL: https://github.com/cyb3r-jak3/cloudflare-utils
- Owner: Cyb3r-Jak3
- License: apache-2.0
- Created: 2022-06-01T02:31:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T03:03:54.000Z (10 days ago)
- Last Synced: 2024-11-06T04:17:55.739Z (10 days ago)
- Topics: cloudflare, dns, golang
- Language: Go
- Homepage: https://cloudflare-utils.cyberjake.xyz
- Size: 556 KB
- Stars: 108
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloudflare Utilities
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/Cyb3r-Jak3/cloudflare-utils)](https://github.com/Cyb3r-Jak3/cloudflare-utils/releases/latest)
[![Go Checks](https://github.com/Cyb3r-Jak3/cloudflare-utils/actions/workflows/golang.yml/badge.svg)](https://github.com/Cyb3r-Jak3/cloudflare-utils/actions/workflows/golang.yml) [![GolangLint CI](https://github.com/Cyb3r-Jak3/cloudflare-utils/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/Cyb3r-Jak3/cloudflare-utils/actions/workflows/golangci-lint.yml)
![GitHub all releases](https://img.shields.io/github/downloads/Cyb3r-Jak3/cloudflare-utils/total?label=GitHub%20Total%20Downloads) ![Chocolatey](https://img.shields.io/chocolatey/dt/cloudflare-utils?label=Chocolatey%20Downloads)
## About
This is a collection of utilities for Cloudflare. The utilities are written in Go and are cross-platform. The utilities are:
* [DNS Cleaner](https://cloudflare-utils.cyberjake.xyz/dns/cleaner/)
* [DNS Purge](https://cloudflare-utils.cyberjake.xyz/dns/purge/)
* [Deployment Purge](https://cloudflare-utils.cyberjake.xyz/pages/purge-deployments/)
* [Deployment Prune](https://cloudflare-utils.cyberjake.xyz/pages/prune-deployments/)
* [List Tunnel Version](https://cloudflare-utils.cyberjake.xyz/tunnels/list-versions/)## Installation
### Chocolatey
```powershell
choco install cloudflare-utils
```### GitHub
Download the latest release from the [releases page](https://github.com/Cyb3r-Jak3/cloudflare-utils/releases/latest)
### Docker
```bash
docker pull cyb3rjak3/cloudflare-utils
```### Go
```bash
go install github.com/Cyb3r-Jak3/cloudflare-utils/cmd/cloudflare-utils@latest
```### Homebrew
```bash
brew install cyb3r-jak3/cyberjake/cloudflare-utils
```## Usage
Check the [docs](https://cloudflare-utils.cyberjake.xyz/) for more information on how to use the utilities.
## Note
This project is not affiliated with Cloudflare in any way.