diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-11-23 00:23:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-23 00:23:23 +0100 |
| commit | ef3f084c498f62d608618c453d74c03aa1019094 (patch) | |
| tree | b0fe140f82d1df9a00ce88eb382aac67fd7400f0 /docs/admin | |
| parent | deca799e9feebc411339f11d9050f4250c40db13 (diff) | |
| parent | 93e933278af4ce929a0bbcb35e1fdacdd6b899c1 (diff) | |
Merge pull request #516 from return42/searxng/filtron
[mod] filtron.sh - install github.com/searxng/filtron
Diffstat (limited to 'docs/admin')
| -rw-r--r-- | docs/admin/filtron.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin/filtron.rst b/docs/admin/filtron.rst index 1c32c1b37..9587d76cb 100644 --- a/docs/admin/filtron.rst +++ b/docs/admin/filtron.rst @@ -16,7 +16,7 @@ How to protect an instance :local: :backlinks: entry -.. _filtron: https://github.com/asciimoo/filtron +.. _filtron: https://github.com/searxng/filtron SearXNG depends on external search services. To avoid the abuse of these services it is advised to limit the number of requests processed by SearXNG. @@ -30,7 +30,7 @@ filtron & go ============ .. _Go: https://golang.org/ -.. _filtron README: https://github.com/asciimoo/filtron/blob/master/README.md +.. _filtron README: https://github.com/searxng/filtron/blob/master/README.md Filtron needs Go_ installed. If Go_ is preinstalled, filtron_ is simply installed by ``go get`` package management (see `filtron README`_). If you use |