|
NAMEMail::Milter::Authentication::Handler::TrustedIP - Handler class for Trusted IP addresses VERSIONversion 3.20241024 DESCRIPTIONDetect a trusted IP address and act accordingly. CONFIGURATION "TrustedIP" : { | Config the the TruetedIP Module
| Check for TrustedIP Addresses
"trusted_ip_list" : [ | List of IP Addresses considered to be trusted
"100.200.100.2", | CIDR Ranges are valid syntax
"2001:44c2:3881:aa00::/56",
"2001:44b8:3021:123:dead:beef:abcd:1234"
],
},
AUTHORMarc Bradshaw <marc@marcbradshaw.net> COPYRIGHT AND LICENSEThis software is copyright (c) 2020 by Marc Bradshaw. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|