Updated Installation on Alpine Linux (markdown)

Ian Bashford 2019-04-02 07:44:38 +01:00
parent 3be8bb6ecd
commit 50cb037804

@ -42,8 +42,7 @@ There are also some examples on [https://wiki.alpinelinux.org/wiki/DNSCrypt-Prox
Example configuration files are stored in `/usr/share/dnscrypt-proxy`.
## Upgrades
When upgrading the package, a new file `/etc/dnscrypt-proxy/dnscrypt-proxy.toml.apk-new` will be created. The original configuration file remains, and the new default configuration file gets this `apk-new` extension. Be aware that new configuration properties (if available) will have their default values in that file only, and can't be moved into the original. To see the differences, use `diff`
When upgrading the package, a new file `/etc/dnscrypt-proxy/dnscrypt-proxy.toml.apk-new` will be created. The original configuration file remains, and the new default configuration file gets this `apk-new` extension. Be aware new configuration properties (if available) will be in the `apk-new` file, since an edited configuration file can not be automatically updated. To see the differences, use `diff`
```sh
diff /etc/dnscrypt-proxy/dnscrypt-proxy.toml /etc/dnscrypt-proxy/dnscrypt-proxy.toml.apk-new
```