Go Cloudflare

Open-source Go projects categorized as Cloudflare

Top 23 Go Cloudflare Projects

  1. CloudflareSpeedTest

    πŸŒ©γ€Œθ‡ͺι€‰δΌ˜ι€‰ IP」桋试 Cloudflare CDN ε»ΆθΏŸε’Œι€ŸεΊ¦οΌŒθŽ·ε–ζœ€εΏ« IP οΌε½“η„ΆδΉŸζ”―ζŒε…Άδ»– CDN / 网站 IP ~

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. ddns-go

    Simple and easy to use DDNS. Support Aliyun, Tencent Cloud, Dnspod, Cloudflare, Callback, Huawei Cloud, Baidu Cloud, Porkbun, GoDaddy, Namecheap, NameSilo...

  4. cloudflared

    Cloudflare Tunnel client (formerly Argo Tunnel)

    Project mention: Deploy Cloudflare Tunnels with Terraform & Kubernetes | dev.to | 2025-01-21

    --- apiVersion: apps/v1 kind: Deployment metadata: name: cloudflared namespace: cloudflared spec: selector: matchLabels: app: cloudflared replicas: 1 template: metadata: labels: app: cloudflared spec: containers: - name: cloudflared image: cloudflare/cloudflared:latest args: - tunnel - --credentials-file - /etc/cloudflared/creds/credentials.json - --protocol # https://github.com/cloudflare/cloudflared/issues/1176#issuecomment-2404546711 - http2 # didnt seem to need the sysctl changes - --metrics - 0.0.0.0:2000 - run - homelab-tunnel livenessProbe: httpGet: path: /ready port: 2000 failureThreshold: 1 initialDelaySeconds: 10 periodSeconds: 10 volumeMounts: - name: creds mountPath: /etc/cloudflared/creds readOnly: true volumes: - name: creds secret: secretName: tunnel-credentials

  5. wgcf

    🚀 Cross-platform, unofficial CLI for Cloudflare Warp

  6. ddns-updater

    Container to update DNS records periodically with WebUI for many DNS providers

    Project mention: Dynamic DNS Updater – with 50 providers | news.ycombinator.com | 2024-10-04
  7. GoDNS

    A dynamic DNS client tool that supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc, written in Go.

  8. cloudflare-ddns

    🌟 A small, feature-rich, and robust Cloudflare DDNS updater (by favonia)

    Project mention: Free DDNS with Cloudflare and a Cronjob | news.ycombinator.com | 2024-07-26

    Similar projects which run in Docker:

    https://github.com/favonia/cloudflare-ddns cache friendly and respectful of rate limits

    https://github.com/timothymiller/cloudflare-ddns a bit aggressive

  9. cf-terraforming

    A command line utility to facilitate terraforming your existing Cloudflare resources.

    Project mention: DNS as code | dev.to | 2024-05-20

    For importing our DNS settings I was using a tool called cf-terraforming. As the first step, we need to become more familiar with the Cloudflare name convention., but don’t panic. Essential variables are:

  10. terraform-provider-cloudflare

    Cloudflare Terraform Provider

    Project mention: Amazon S3 now supports the ability to append data to an object | news.ycombinator.com | 2024-11-22

    There are reasons like this: https://github.com/cloudflare/terraform-provider-cloudflare/...

  11. cloudflare-tunnel-ingress-controller

    πŸš€ Expose the website directly into the internet! The Kuberntes Ingress Controller based on Cloudflare Tunnel.

  12. workers

    Go package to run an HTTP server on Cloudflare Workers.

  13. claudie

    Cloud-agnostic managed Kubernetes

  14. cloudflare-operator

    A Kubernetes Operator to create and manage Cloudflare Tunnels and DNS records for (HTTP/TCP/UDP*) Service Resources

  15. flow-pipeline

    A set of tools and examples to run a flow-pipeline (sFlow, NetFlow)

    Project mention: Siti statici con AWS e CloudFront | dev.to | 2025-01-23
  16. cloudflare-dynamic-dns

    Dynamic DNS client for Cloudflare with IPv6/IPv4 support

    Project mention: Free DDNS with Cloudflare and a Cronjob | news.ycombinator.com | 2024-07-26

    There are a lot of these on github. This one seems to be maintained well:

    https://github.com/zebradil/cloudflare-dynamic-dns

  17. cloudflare-zero-trust-operator

    K8s operator for configuring Cloudflare Zero Trust :cloud: :zap: :closed_lock_with_key:

  18. SyncFlaer

    Synchronize Traefik host rules and/or Kubernetes Ingresses with Cloudflare

  19. cup

    CUP - Cloudflare (DNS) Updater Program

  20. cf-tlsa-acmesh

    A simple Go program that lets you automate the updating of TLSA DNS records with the Cloudflare v4 API from acme.sh generated keys, including a rollover (next) key.

  21. serverless-userpics

    ⚑ Instantly get user avatars via 1 API call. Ready to use. 100 artsy avatars included. Made open-source by DevClad.

  22. traefik-cloudflare-plugin

    Traefik plugin to handle traffic coming from CloudFlare.

  23. captcha-go

    A Go module for verifying captcha responses from Cloudflare Turnstile, Google reCAPTCHA v2 (checkbox and invisible), reCAPTCHA v3 or any other custom endpoint.

  24. ddns-go

    🌐 DDNS service supporting dynamic updates of A, AAAA, and HTTPS records. (by database64128)

    Project mention: Show HN: Ddns-go – netlink/iphlp/asuswrt –> A/AAAA/HTTPS RRs | news.ycombinator.com | 2024-07-30
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go Cloudflare discussion

Log in or Post with

Go Cloudflare related posts

  • Deploy Cloudflare Tunnels with Terraform & Kubernetes

    1 project | dev.to | 21 Jan 2025
  • Amazon S3 now supports the ability to append data to an object

    1 project | news.ycombinator.com | 22 Nov 2024
  • Cloudflare.com's Robots.txt

    2 projects | news.ycombinator.com | 17 Nov 2024
  • Access to the site on NestJS and Angular by domain name with SSL certificate in Kubernetes via Ingress

    4 projects | dev.to | 15 Sep 2024
  • Setting Up Cloudflare with DigitalOcean: A Step-by-Step Guide (2024)

    1 project | dev.to | 31 Jul 2024
  • Free DDNS with Cloudflare and a Cronjob

    17 projects | news.ycombinator.com | 26 Jul 2024
  • Unlocking the Potential of Cloudflare Workers for Small Projects

    1 project | dev.to | 27 Jul 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 24 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Index

What are some of the best open-source Cloudflare projects in Go? This list will help you:

# Project Stars
1 CloudflareSpeedTest 20,819
2 ddns-go 12,981
3 cloudflared 9,675
4 wgcf 6,438
5 ddns-updater 1,989
6 GoDNS 1,537
7 cloudflare-ddns 1,142
8 cf-terraforming 1,029
9 terraform-provider-cloudflare 878
10 cloudflare-tunnel-ingress-controller 744
11 workers 736
12 claudie 671
13 cloudflare-operator 379
14 flow-pipeline 176
15 cloudflare-dynamic-dns 70
16 cloudflare-zero-trust-operator 62
17 SyncFlaer 36
18 cup 29
19 cf-tlsa-acmesh 16
20 serverless-userpics 11
21 traefik-cloudflare-plugin 8
22 captcha-go 7
23 ddns-go 7

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com