| .oO SearXNG Developer Documentation Oo.
    | 
| Classes | |
| class | SXNGPlugin | 
| Variables | |
| reg = re.compile(r"(?<=ExitAddress )\S+") | |
| str | url_exit_list = "https://check.torproject.org/exit-addresses" | 
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.
| searx.plugins.tor_check.reg = re.compile(r"(?<=ExitAddress )\S+") | 
Definition at line 25 of file tor_check.py.
| str searx.plugins.tor_check.url_exit_list = "https://check.torproject.org/exit-addresses" | 
Definition at line 27 of file tor_check.py.