blob: abc35c696887b8b99ba81d06bb3d43c4b202f825 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# This file contains configuration for using the dnsbl module with
# the dan.me.uk Tor exit node DNSBL. See https://www.dan.me.uk/dnsbl
# for more information on the dan.me.uk Tor exit node DNSBL.
<dnsbl name="torexit.dan.me.uk"
domain="torexit.dan.me.uk"
type="record"
records="100"
timeout="10s"
action="zline"
duration="7d"
reason="Tor exit nodes are not allowed on this network. See https://metrics.torproject.org/rs.html#search/%ip% for more information.">
|