blob: 1be1a5b40601d89b63cf8dc1cf5e384c96a59c06 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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.">
<dnsblreply name="torexit.dan.me.uk"
reply="100"
description="Tor exit node">
|