diff options
author | Sadie Powell <sadie@witchery.services> | 2021-03-31 13:30:53 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-03-31 13:41:55 +0100 |
commit | fc3c650e8dc62c3fdde8e2cc4eda62ed4a37c532 (patch) | |
tree | 394756c4b9ec46fd8cf99027c010c0e763017cf3 /docs | |
parent | 952ee5cc603a5231348b8cfab18ee85a097f5394 (diff) |
Add support for per-DNSBL timeouts.
This should fix the issue of some DNSBLs being slower than others.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/providers/torexit.conf.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf/providers/torexit.conf.example b/docs/conf/providers/torexit.conf.example index e9e62c43a..abc35c696 100644 --- a/docs/conf/providers/torexit.conf.example +++ b/docs/conf/providers/torexit.conf.example @@ -6,6 +6,7 @@ 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."> |