actix-client-ip-cloudflare: v0.1.1
robjtede
released this
14 Sep 02:03
·
106 commits
to main
since this release
- Add
TrustedIps::new()
constructor. - Add
TrustedIps::add_ip_range()
method. - Add
TrustedIps::{add_loopback_ips, add_private_ips}()
methods. - Implement
Default
forTrustedIps
. - Add
CfConnectingIp[v6]::is_trusted()
method. - Deprecate
TrustedIps::with_ip_range()
method.