These repositories are split between the different pieces of PowerDNS software:
Repositories are named by distribution, product, and release train.
Products are 'auth', 'rec', and 'dnsdist'.
For example, buster-rec-45
is the repository of Recursor 4.5.x packages for Debian Buster.
For a full list of distributions, see below.
Besides the versioned repositories, a -master
repo (example: focal-auth-master
) is available for many distribution/product combinations as well.
The -master
repositories tracks development from our GitHub master branch.
Only packages for 64-bit Intel (amd64/x86_64) distributions and Raspbian armhf (32-bits) are provided. Should you miss your favorite Operating System or Release, please let us know.
Packages in the "master" repositories are signed with PGP key-id 0xCBC8B383 and packages in the non-master repositories are signed with PGP key-id 0xFD380FBB
Note: these repositories are provided as-is. For non-master repositories we will try not to break upgrades..
Once a distribution version goes out of distribution support (5 years for Ubuntu LTS releases, ~3 years for Debian releases, etc.) we will stop building for it, and will remove those repositories. Also, when a version of any of our products goes EOL, we will do the same. EOL policies: auth, recursor.
To use these repositories, the packages need to be "pinned" in APT. Instructions are below.
Packages are available for the following Debian releases:
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian stretch-rec-master main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian stretch-rec-44 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian stretch-rec-43 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian stretch-rec-42 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian stretch-metronome-master main
And this to '/etc/apt/preferences.d/':
Package: * Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install metronome
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian stretch-dnsdist-master main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian stretch-dnsdist-15 main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian stretch-dnsdist-14 main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian stretch-dnsdist-13 main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian stretch-dnsdist-12 main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian stretch-auth-master main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian stretch-auth-44 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian stretch-auth-43 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian stretch-auth-42 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian buster-rec-master main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian buster-rec-45 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian buster-rec-44 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian buster-rec-43 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian buster-rec-42 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian buster-metronome-master main
And this to '/etc/apt/preferences.d/':
Package: * Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install metronome
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian buster-dnsdist-master main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian buster-dnsdist-15 main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian buster-dnsdist-14 main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian buster-auth-master main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian buster-auth-44 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian buster-auth-43 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/debian buster-auth-42 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
To use these repositories, the packages need to be "pinned" in APT. Instructions are below.
Packages are available for the following Raspbian releases:
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian stretch-rec-master main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian stretch-rec-44 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian stretch-rec-43 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian stretch-rec-42 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian stretch-dnsdist-master main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian stretch-dnsdist-15 main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian stretch-dnsdist-14 main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian stretch-auth-master main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian stretch-auth-44 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian stretch-auth-43 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian stretch-auth-42 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian buster-rec-master main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian buster-rec-44 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian buster-rec-43 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian buster-rec-42 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian buster-dnsdist-master main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian buster-dnsdist-15 main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian buster-dnsdist-14 main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian buster-auth-master main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian buster-auth-44 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian buster-auth-43 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb http://repo.powerdns.com/raspbian buster-auth-42 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
To use these repositories, the packages need to be "pinned" in APT. Instructions are below.
Packages are available for the following Ubuntu releases:
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu xenial-rec-master main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu xenial-rec-43 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu xenial-rec-42 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu xenial-dnsdist-master main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu xenial-dnsdist-15 main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu xenial-dnsdist-14 main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu xenial-dnsdist-13 main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu xenial-dnsdist-12 main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu xenial-auth-master main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu xenial-auth-43 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu xenial-auth-42 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu focal-rec-master main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu focal-rec-45 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu focal-rec-44 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu focal-rec-43 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu focal-dnsdist-master main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu focal-dnsdist-15 main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu focal-auth-master main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu focal-auth-44 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu focal-auth-43 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu bionic-rec-master main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu bionic-rec-45 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu bionic-rec-44 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu bionic-rec-43 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu bionic-rec-42 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-recursor
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu bionic-dnsdist-master main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu bionic-dnsdist-15 main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu bionic-dnsdist-14 main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu bionic-dnsdist-13 main
And this to '/etc/apt/preferences.d/dnsdist':
Package: dnsdist* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install dnsdist
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu bionic-auth-master main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu bionic-auth-44 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu bionic-auth-43 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
Create the file '/etc/apt/sources.list.d/pdns.list' with this content:
deb [arch=amd64] http://repo.powerdns.com/ubuntu bionic-auth-42 main
And this to '/etc/apt/preferences.d/pdns':
Package: pdns-* Pin: origin repo.powerdns.com Pin-Priority: 600
and execute the following commands:
curl https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - && sudo apt-get update && sudo apt-get install pdns-server
In order to install the packages, EPEL must be installed for most dependencies and the yum priority plugin must be installed. Instructions are below.
Packages are available for the following CentOS releases:yum install epel-release && dnf install -y 'dnf-command(config-manager)' && dnf config-manager --set-enabled PowerTools && curl -o /etc/yum.repos.d/powerdns-rec-master.repo https://repo.powerdns.com/repo-files/centos-rec-master.repo && yum install pdns-recursor
yum install epel-release && dnf install -y 'dnf-command(config-manager)' && dnf config-manager --set-enabled PowerTools && curl -o /etc/yum.repos.d/powerdns-rec-45.repo https://repo.powerdns.com/repo-files/centos-rec-45.repo && yum install pdns-recursor
yum install epel-release && dnf install -y 'dnf-command(config-manager)' && dnf config-manager --set-enabled PowerTools && curl -o /etc/yum.repos.d/powerdns-rec-44.repo https://repo.powerdns.com/repo-files/centos-rec-44.repo && yum install pdns-recursor
yum install epel-release && dnf install -y 'dnf-command(config-manager)' && dnf config-manager --set-enabled PowerTools && curl -o /etc/yum.repos.d/powerdns-rec-43.repo https://repo.powerdns.com/repo-files/centos-rec-43.repo && yum install pdns-recursor
yum install epel-release && dnf install -y 'dnf-command(config-manager)' && dnf config-manager --set-enabled PowerTools && curl -o /etc/yum.repos.d/powerdns-rec-42.repo https://repo.powerdns.com/repo-files/centos-rec-42.repo && yum install pdns-recursor
yum install epel-release && dnf install -y 'dnf-command(config-manager)' && dnf config-manager --set-enabled PowerTools && curl -o /etc/yum.repos.d/powerdns-dnsdist-master.repo https://repo.powerdns.com/repo-files/centos-dnsdist-master.repo && yum install dnsdist
yum install epel-release && dnf install -y 'dnf-command(config-manager)' && dnf config-manager --set-enabled PowerTools && curl -o /etc/yum.repos.d/powerdns-dnsdist-15.repo https://repo.powerdns.com/repo-files/centos-dnsdist-15.repo && yum install dnsdist
yum install epel-release && dnf install -y 'dnf-command(config-manager)' && dnf config-manager --set-enabled PowerTools && curl -o /etc/yum.repos.d/powerdns-dnsdist-14.repo https://repo.powerdns.com/repo-files/centos-dnsdist-14.repo && yum install dnsdist
yum install epel-release && dnf install -y 'dnf-command(config-manager)' && dnf config-manager --set-enabled PowerTools && curl -o /etc/yum.repos.d/powerdns-auth-master.repo https://repo.powerdns.com/repo-files/centos-auth-master.repo && yum install pdns
yum install epel-release && dnf install -y 'dnf-command(config-manager)' && dnf config-manager --set-enabled PowerTools && curl -o /etc/yum.repos.d/powerdns-auth-44.repo https://repo.powerdns.com/repo-files/centos-auth-44.repo && yum install pdns
yum install epel-release && dnf install -y 'dnf-command(config-manager)' && dnf config-manager --set-enabled PowerTools && curl -o /etc/yum.repos.d/powerdns-auth-43.repo https://repo.powerdns.com/repo-files/centos-auth-43.repo && yum install pdns
yum install epel-release && dnf install -y 'dnf-command(config-manager)' && dnf config-manager --set-enabled PowerTools && curl -o /etc/yum.repos.d/powerdns-auth-42.repo https://repo.powerdns.com/repo-files/centos-auth-42.repo && yum install pdns
yum install epel-release yum-plugin-priorities && curl -o /etc/yum.repos.d/powerdns-rec-master.repo https://repo.powerdns.com/repo-files/centos-rec-master.repo && yum install pdns-recursor
yum install epel-release yum-plugin-priorities && curl -o /etc/yum.repos.d/powerdns-rec-45.repo https://repo.powerdns.com/repo-files/centos-rec-45.repo && yum install pdns-recursor
yum install epel-release yum-plugin-priorities && curl -o /etc/yum.repos.d/powerdns-rec-44.repo https://repo.powerdns.com/repo-files/centos-rec-44.repo && yum install pdns-recursor
yum install epel-release yum-plugin-priorities && curl -o /etc/yum.repos.d/powerdns-rec-43.repo https://repo.powerdns.com/repo-files/centos-rec-43.repo && yum install pdns-recursor
yum install epel-release yum-plugin-priorities && curl -o /etc/yum.repos.d/powerdns-rec-42.repo https://repo.powerdns.com/repo-files/centos-rec-42.repo && yum install pdns-recursor
yum install epel-release yum-plugin-priorities && curl -o /etc/yum.repos.d/powerdns-metronome-master.repo https://repo.powerdns.com/repo-files/centos-metronome-master.repo && yum install metronome
yum install epel-release yum-plugin-priorities && curl -o /etc/yum.repos.d/powerdns-dnsdist-master.repo https://repo.powerdns.com/repo-files/centos-dnsdist-master.repo && yum install dnsdist
yum install epel-release yum-plugin-priorities && curl -o /etc/yum.repos.d/powerdns-dnsdist-15.repo https://repo.powerdns.com/repo-files/centos-dnsdist-15.repo && yum install dnsdist
yum install epel-release yum-plugin-priorities && curl -o /etc/yum.repos.d/powerdns-dnsdist-14.repo https://repo.powerdns.com/repo-files/centos-dnsdist-14.repo && yum install dnsdist
yum install epel-release yum-plugin-priorities && curl -o /etc/yum.repos.d/powerdns-dnsdist-13.repo https://repo.powerdns.com/repo-files/centos-dnsdist-13.repo && yum install dnsdist
yum install epel-release yum-plugin-priorities && curl -o /etc/yum.repos.d/powerdns-dnsdist-12.repo https://repo.powerdns.com/repo-files/centos-dnsdist-12.repo && yum install dnsdist
yum install epel-release yum-plugin-priorities && curl -o /etc/yum.repos.d/powerdns-auth-master.repo https://repo.powerdns.com/repo-files/centos-auth-master.repo && yum install pdns
yum install epel-release yum-plugin-priorities && curl -o /etc/yum.repos.d/powerdns-auth-44.repo https://repo.powerdns.com/repo-files/centos-auth-44.repo && yum install pdns
yum install epel-release yum-plugin-priorities && curl -o /etc/yum.repos.d/powerdns-auth-43.repo https://repo.powerdns.com/repo-files/centos-auth-43.repo && yum install pdns
yum install epel-release yum-plugin-priorities && curl -o /etc/yum.repos.d/powerdns-auth-42.repo https://repo.powerdns.com/repo-files/centos-auth-42.repo && yum install pdns