diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-07-19 07:39:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-19 07:39:46 +0200 |
| commit | a983db022954b302f12640c7b3f5c3a6ce697101 (patch) | |
| tree | 5269eefdc8740b33b2b45b2f5e74f56833483419 /docs | |
| parent | 4d9772690751bde13f51712dcc1eac4c463dc506 (diff) | |
| parent | 6d646129c3c5dd322acc166fe11a316884b523c6 (diff) | |
Merge pull request #1481 from Solirs/tor_check_plugin
feat: Add tor check plugin
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: + |