diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-01-05 19:07:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-05 19:07:53 +0100 |
| commit | d3ecadd3f8276a4f80e2dbe03aadb2a1e0abe105 (patch) | |
| tree | 89cbb179ea04088d4058c72326393fd3538d7a0b /utils/lxc.sh | |
| parent | a7199bc08552fbd3a8cf8b257aeded5b26591afb (diff) | |
| parent | d7b4306444e9130aecc42357a9d576071c460748 (diff) | |
Merge pull request #679 from dalf/brand-searxng
searxng.org: update setup.py & settings.yml
Diffstat (limited to 'utils/lxc.sh')
| -rwxr-xr-x | utils/lxc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lxc.sh b/utils/lxc.sh index 9a79606ca..ab96a99ce 100755 --- a/utils/lxc.sh +++ b/utils/lxc.sh @@ -568,7 +568,7 @@ check_connectivity() { info_msg "Most often the connectivity is blocked by a docker installation:" info_msg "Whenever docker is started (reboot) it sets the iptables policy " info_msg "for the FORWARD chain to DROP, see:" - info_msg " https://searxng.github.io/searxng/utils/lxc.sh.html#internet-connectivity-docker" + info_msg " https://docs.searxng.org/utils/lxc.sh.html#internet-connectivity-docker" iptables-save | grep ":FORWARD" fi return $ret_val |