Source: nginx-torblocker
Section: web
Priority: optional
Maintainer: Rumen Damyanov <contact@rumenx.com>
Build-Depends: debhelper (>= 10), gcc, make, libcrypt-dev
Standards-Version: 4.6.0
Homepage: https://github.com/RumenDamyanov/nginx-torblocker

Package: nginx-torblocker
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         nginx (>= 1.18.0)
Description: Nginx module to control Tor exit node traffic
 This Nginx module provides flexible control over Tor exit node traffic.
 It can block Tor traffic, allow it alongside regular traffic, or
 exclusively allow only Tor traffic (blocking clearnet).
 .
 Features:
  - Three operation modes: off (allow all), on (block Tor), only (Tor only)
  - Automatic URL-based Tor exit list fetching (no cron jobs needed!)
  - HTTPS support for secure list fetching (requires nginx with SSL)
  - O(1) IP lookup using hash table
  - Per-location and per-server configuration
