NAME

Authentication-Milter - TrustedIP Module

DESCRIPTION

Detect 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"
    ],
},

SYNOPSIS

AUTHORS

Marc Bradshaw <marc@marcbradshaw.net>

COPYRIGHT

Copyright 2017

This library is free software; you may redistribute it and/or modify it under the same terms as Perl itself.