diff options
author | Solirs <zcauchemar@gmail.com> | 2022-07-08 14:45:41 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-07-19 07:34:54 +0200 |
commit | 6d646129c3c5dd322acc166fe11a316884b523c6 (patch) | |
tree | 5269eefdc8740b33b2b45b2f5e74f56833483419 /docs | |
parent | 4d9772690751bde13f51712dcc1eac4c463dc506 (diff) | |
download | searxng-6d646129c3c5dd322acc166fe11a316884b523c6.tar.gz searxng-6d646129c3c5dd322acc166fe11a316884b523c6.zip |
[mod] add tor_check plugin - convenient tor checking trough searxng
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/searx.plugins.tor_check.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/src/searx.plugins.tor_check.rst b/docs/src/searx.plugins.tor_check.rst new file mode 100644 index 000000000..905328ebf --- /dev/null +++ b/docs/src/searx.plugins.tor_check.rst @@ -0,0 +1,9 @@ +.. _tor check plugin: + +================ +Tor check plugin +================ + +.. automodule:: searx.plugins.tor_check + :members: + |