Install dnsdist from powerdns repositories#59
Conversation
7806ddd to
a7d512b
Compare
|
|
||
| Package: dnsdist* | ||
| Pin: origin repo.powerdns.com | ||
| Pin-Priority: 600 |
There was a problem hiding this comment.
I think this should be 1001. I wouldn't expect ubuntu to deliver a more up-to-date version, but I still prefer to make sure the package is always installed from powerdns.com no matter what ubuntu repo provides.
https://manpages.debian.org/trixie/apt/apt_preferences.5.en.html#How_APT_Interprets_Priorities
There was a problem hiding this comment.
Yes, I think so too. p = 1000 should be fine.
| @@ -0,0 +1,28 @@ | |||
| --- | |||
There was a problem hiding this comment.
suggestion: What do you think about adding a comment here (or somewhere nearby) explaining why we're making this change?
Perhaps something like: New dnsdist versions are released more frequently than Ubuntu LTS versions. In order to introduce new features and receive the latest fixes more quickly, this DNS resolver uses the PowderDNS APT repository instead of the default Ubuntu repository.
Ubuntu
nobleprovides an outdateddnsdistpackage (1.8.3) and its only part ofuniverse. PowerDNS provides up-to-date binaries (2.0.2) via its own apt repository. Let's sourcednsdistfrom there instead.