digilolnet / caddy-bunny-ip

Caddy module that retrieves Bunny.net Edge IPs for use in Caddy trusted_proxies directives.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bunny.net Edge IP source module for Caddy

Retrieves Bunny.net Edge IPs for use in Caddy trusted_proxies directives.

Go report GoDoc License Code with hearth by Stnby

Caddy module name

http.ip_sources.bunny

Config example

Put following config in global options under corresponding server options:

trusted_proxies bunny {
    interval 12h
    timeout 15s
}

License

This project is licensed under the Apache License, Version 2.0 - see the LICENSE.txt file for details.

This project is based on caddy-cloudflare-ip module. Thanks WeidiDeng for your hard work.

About

Caddy module that retrieves Bunny.net Edge IPs for use in Caddy trusted_proxies directives.

License:Apache License 2.0


Languages

Language:Go 100.0%