Factorize

Frank Denis 2018-04-03 13:16:18 +02:00
parent fcd3054be0
commit 2881258064
8 changed files with 0 additions and 32 deletions

@ -29,7 +29,3 @@ dnscrypt-proxy is now listening on 127.0.0.1:53
```
Doesn't work? Remove the package and following the generic instructions instead.
--
Are these instructions not clear? Wrong? Insufficient? This documentation page is a Wiki, so feel free to improve it!

@ -3,7 +3,3 @@
The generic [instructions for Linux](Installation-linux) should work fine on Debian and Ubuntu.
Do not install the `dnscrypt-proxy` distribution package, as it is old, and unsupported.
--
Are these instructions not clear? Wrong? Insufficient? This documentation page is a Wiki, so feel free to improve it!

@ -37,7 +37,3 @@ rc-service dnscrypt-proxy status
```sh
systemctl status dnscrypt-proxy.service
```
--
Are these instructions not clear? Wrong? Insufficient? This documentation page is a Wiki, so feel free to improve it!

@ -137,7 +137,3 @@ Delete the directory. Done.
### Upgrading
In order to install a new version, just stop the service, replace the executable file (`dnscrypt-proxy`) with the new version, and start the service again.
--
Are these instructions not clear? Wrong? Insufficient? This documentation page is a Wiki, so feel free to improve it!

@ -240,7 +240,3 @@ In order to install a new version, just replace the executable file (`dnscrypt-p
`dnscrypt-proxy` can be started with systemd. It can also handle sockets created by systemd ("socket activation").
Since this is a complicated topic for experienced Linux users, there is a dedicated page: [dnscrypt-proxy with systemd](systemd.md).
--
Are these instructions not clear? Wrong? Insufficient? This documentation page is a Wiki, so feel free to improve it!

@ -156,7 +156,3 @@ In order to install a new version, just replace the executable file (`dnscrypt-p
This includes [dnscrypt-proxy switcher](https://getbitbar.com/plugins/Network/dnscrypt-proxy-switcher.10s.sh) to control dnscrypt-proxy usage from the menu bar.
So you can keep dnscrypt-proxy always running as a background service, and just toggle it on and off using this menu bar tool.
--
Are these instructions not clear? Wrong? Insufficient? This documentation page is a Wiki, so feel free to improve it!

@ -30,7 +30,3 @@ set -e
exec /usr/local/bin/dnscrypt-proxy -config /usr/local/etc/dnscrypt-proxy/dnscrypt-proxy.toml
```
--
Are these instructions not clear? Wrong? Insufficient? This documentation page is a Wiki, so feel free to improve it!

@ -58,7 +58,3 @@ Change your DNS settings to the configured IP address and check that everything
should return one of the chosen DNS servers instead of your ISP's resolver.
3. Register as a system service.
--
Are these instructions not clear? Wrong? Insufficient? This documentation page is a Wiki, so feel free to improve it!