mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
Updated Installation on Alpine Linux (markdown)
parent
3be8bb6ecd
commit
50cb037804
1 changed files with 1 additions and 2 deletions
|
@ -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`.
|
Example configuration files are stored in `/usr/share/dnscrypt-proxy`.
|
||||||
|
|
||||||
## Upgrades
|
## 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
|
```sh
|
||||||
diff /etc/dnscrypt-proxy/dnscrypt-proxy.toml /etc/dnscrypt-proxy/dnscrypt-proxy.toml.apk-new
|
diff /etc/dnscrypt-proxy/dnscrypt-proxy.toml /etc/dnscrypt-proxy/dnscrypt-proxy.toml.apk-new
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue