Retrieves Bunny.net Edge IPs for use in Caddy
trusted_proxies
directives.
http.ip_sources.bunny
Put following config in global options under corresponding server options:
trusted_proxies bunny {
interval 12h
timeout 15s
}
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.