Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.25 KB

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.