GithubHelp home page GithubHelp logo

alecpetrosky / cloudflare-ips-docker Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 14 KB

Monitor Cloudflare IP range for changes and auto-update configs for various services.

License: MIT License

Dockerfile 10.01% Shell 89.99%

cloudflare-ips-docker's Introduction

Cloudflare IPs Monitoring

Monitor Cloudflare IP range for changes and auto-update configs for various services.

โš ๏ธ WARNING: This container is no longer in active development. Consider using alternatives.

Cloudflare IP range does not change too frequently. Nevertheless, Cloudflare recommends monitoring that list on a regular basis. This container monitors Cloudflare IP range for changes and auto-updates configuration of several services. Currently, these services are supported:

  • nginx (set_real_ip_from, real_ip_header directives)
  • nftables (tcp dport https ip saddr CLOUDFLARE_IP counter accept directive)
  • iptables (both ipv4 and ipv6)

Usage

Here is a basic snippet to help you get started creating a container.

docker run -dit --restart unless-stopped \
    --name cloudflare-ips \
    -v </path/to/config/dir>:/opt/cloudflare-ips \
    -e CF_INTERVAL=300 \
    -e PUID=1000 \
    -e PGID=1000 \
    llamaq/cloudflare-ips

License

This container and its code is licensed under the MIT License and provided "AS IS", without warranty of any kind.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.