# # Define map of currently active Tor Exit Nodes # map_hash_max_size 4096; map_hash_bucket_size 128; map $remote_addr $isTorExitNode { default false; include tor-exit-nodes.map; }