Project Awesome project awesome

Cloudflare

CDN, DNS, DDoS protection, and security for your site.

Collection 1.0k stars GitHub

DNS

DNS Zone Files 62 updated 2y ago

Ready to import common config zone files for easy configuration of various services.

Lexicon 1.5k updated 1y ago

CLI tool to manipulate DNS records on various DNS providers in a standardized way.

Th3inspector 2.6k updated 11mo ago

All in one CLI tool for information gathering.

Partner Panel 1.2k updated 9mo ago

Tool for hosting partners to provide a DNS management panel for customers.

CFPMP 249 (archived)

Partner management panel.

Flares 191 updated 6mo ago

DNS backup tool.

Block Bad Bot Ruleset 220 updated 6y ago

Collection of rulesets to block malicious crawlers with firewall rules.

Docker DDNS 1.2k (archived)

Docker image to use the free DNS Service as a dynamic DNS provider.

DDNS script for Synology 664 (archived)

DDNS script for Synology NAS.

Dynamic DNS Bash 339 updated 2y ago

Dynamic DNS updater in bash script.

Dynamic DNS PHP 156 updated 6y ago

Dynamic DNS updater in PHP.

Dynamic DNS Python 155 (archived)

Dynamic DNS updater in python.

Multi-Provider DDNS Script 54 updated 2mo ago

Multiple providers ddns script without dependencies.

Argo Tunnel Client 13.6k updated 16d ago

CLI client for Argo tunnel, a tunneling daemon that proxies any local webserver through the Cloudflare network.

Upper 103 (archived)

Speeds up craft dramatically using a cache proxy in front of your webserver.

Cloud Buster 145 (archived)

A comprehensive pentest tool that checks sites for origin IP leaks.

CLI Tool 258 updated 24d ago

CLI tool for interacting with Cloudflare.

Detector 24 updated 1y ago

Detect whether a site is running behind Cloudflare.

Scrape 3.5k updated 2y ago

Python module to bypass anti-bot page.

CloudFlair 2.9k updated 10mo ago

Tool to find origin servers of websites protected by CloudFlare who are publicly exposed.

Workers

Recipes

Examples Collection 1.9k updated 16d ago

Collection of recipes.

Hello World JS Boilerplate 215 updated 1y ago

Template for kick starting a worker project in JS.

Hello World Rust Boilerplate 386 updated 1y ago

Template for kick starting a worker project using wasm-pack.

Router 237 updated 1y ago

Router that can be used with REST APIs or apps for basic routing logic.

Static 16 updated 1y ago

Generate a static HTML or JSON page from raw strings in your workers script.

Fetch 20 updated 1y ago

Examples of making fetch requests and generating JSON post requests.

Incoming Request updated 6y ago

Examples of reading in a POST request body of type JSON and form-data.

Redirect 10 updated 1y ago

Examples of sending single and bulk redirects from a Worker script.

Img-Color 49 updated 3y ago

Retrieve the dominant color of a png or jpeg image.

Binast 8 updated 6y ago

Serve binast via a worker.

Pwnage Protection 156 updated 3y ago

Secure password scoring and user pwnage protection api - Usage.

Edge Proxy 76 updated 3y ago

Enable A/B testing, canary releasing, gatekeeping, and SEO A/B/N testing.

Blue / Green Deployments 35 updated 7y ago

Working example of blue / green deployments with canary releasing.

Preact PWA 62 updated 7y ago

Preact progressive web app.

CURL Interceptor 51 updated 6y ago

Intercepts requests from curl command and returns something different.

Worker with built-in Router 38 updated 6mo ago

Allows you to separate your worker logic into different functions and/or controllers.

Webpack Boilerplate 125 updated 4y ago

Boilerplate to build, bundle and deploy workers with webpack.

Basic Auth 115 updated 6y ago

Protection using basic auth.

Send Logs to Logdna 26 updated 5y ago

Simple recipe to send logs to logdna.

IP lookup service

IP lookup service using workers.

Airtable Proxy 134 updated 3y ago

Allows you to make secure requests to the Airtable API from your frontend.

TypeScript Workers 138 (archived)

Types and mocks for building a tested typescript worker.

Proxies 93 updated 2y ago

Makes it easy to build workers, by providing high-level proxying primitives addressing common needs.

Static Worker 9 updated 7y ago

Provides functions that make it easy to host a static website.

Bannero 5 updated 6y ago

Bannero image API for simpledesktops.

Hasura 17 updated 7y ago

Example using Facebook-based authorization and graphql proxy queries with hasura.

Switch Image to WebP

Reroute image to webp when supported.

Repo Hunt 49 updated 6y ago

Find cool open-source projects daily.

Performance Optimized Workers 155 updated 6y ago

Collection of worker scripts, generally focused on performance optimizations.

Google reCAPTCHA verification 42 updated 4y ago

Handle the server-side verification of your reCAPTCHA form.

Cloudflare Workers Starter Kit 139 updated 3y ago

TypeScript template \w multiple CF Workers, *.env files, and local testing.

URL Router 96 updated 3y ago

Fast url router - Usage.