Copyright © 2015 Marc Worrell
Authors: Marc Worrell.
| dnsbl_list/0 | Default list of DNSBL services. |
| dnswl_list/0 | Default list of DNSWL services. |
| is_blocked/1 | |
| is_blocked/2 | |
| is_blocked/3 | |
| status/1 | |
| status/2 | |
| status/3 | |
| test/0 |
dnsbl_list() -> any()
Default list of DNSBL services
dnswl_list() -> any()
Default list of DNSWL services
is_blocked(IP::inet:ip_address()) -> boolean()
is_blocked(IP::inet:ip_address(), RTBLs::[string()]) -> boolean()
is_blocked(IP::inet:ip_address(), RTBLs::[string()], WLs::[string()]) -> boolean()
status(IP::inet:ip_address()) -> {ok, {ok, notlisted | whitelisted | {blocked, [string()]}}} | {error, term()}
status(IP::inet:ip_address(), DNSBLs::list()) -> {ok, notlisted | whitelisted | {blocked, [string()]}} | {error, term()}
status(IP::inet:ip_address(), DNSBLs::list(), DNSWLs::list()) -> {ok, {blocked, list()}} | {ok, notlisted} | {ok, whitelisted} | {error, term()}
test() -> any()
Generated by EDoc