.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
searx.plugins.tor_check Namespace Reference

Classes

class  SXNGPlugin
 

Variables

 reg = re.compile(r"(?<=ExitAddress )\S+")
 
str url_exit_list = "https://check.torproject.org/exit-addresses"
 

Detailed Description

A plugin to check if the ip address of the request is a Tor exit-node if the
user searches for ``tor-check``.  It fetches the tor exit node list from
:py:obj:`url_exit_list` and parses all the IPs into a list, then checks if the
user's IP address is in it.

Variable Documentation

◆ reg

searx.plugins.tor_check.reg = re.compile(r"(?<=ExitAddress )\S+")

Definition at line 26 of file tor_check.py.

◆ url_exit_list

str searx.plugins.tor_check.url_exit_list = "https://check.torproject.org/exit-addresses"

Definition at line 28 of file tor_check.py.