Keep custom dnscrypt-proxy conffile when upgrading

This commit is contained in:
TC1977 2019-06-17 22:47:32 -04:00 committed by Jack Ivanov
parent 8602a697cc
commit 257b5ddff8

View file

@ -2,3 +2,8 @@
Unattended-Upgrade::Allowed-Origins {
"LP-PPA-shevchuk-dnscrypt-proxy:${distro_codename}";
};
// Keep the custom conffile when upgrading
Dpkg::Options {
"--force-confdef";
"--force-confold";
};