abh / geodns

DNS server with per-client targeted responses
Apache License 2.0
1.37k stars 191 forks source link

Issue with GeoDNS APT Repository Access and Installation on Ubuntu 22.04 #140

Open skorpions2000 opened 6 months ago

skorpions2000 commented 6 months ago

Hello GeoDNS Team,

I am reaching out to report an issue I encountered while trying to install GeoDNS on Ubuntu 22.04 (Jammy Jellyfish) using the APT repository as described on your GitHub page.

  1. I followed the instructions to add the GeoDNS repository to my APT sources. However, when I tried to retrieve the GPG key from https://pkgs.ntppool.org/apt/key.gpg, I encountered a 404 error, indicating that the key could not be found.

  2. Additionally, when accessing the repository URL directly via https://pkgs.ntppool.org/apt/, the server responds with a "Not Found" error.

  3. During the sudo apt update process, APT reported an error stating: "E: The repository 'https://pkgs.ntppool.org/apt jammy Release' does not have a Release file."

It seems that there might be an issue either with the repository's support for Ubuntu 22.04 or with the GPG key URL. Could you please assist me in resolving this issue or provide updated instructions for installing GeoDNS on Ubuntu 22.04?

Thank you in advance for your assistance and for maintaining GeoDNS.

Best regards.

abh commented 6 months ago

Hi @skorpions2000 -- apologies if the instructions aren't correct; patches welcome!

This is how I use the repository:

$ cat /etc/apt/sources.list.d/ntppool.list
deb [trusted=yes] https://pkgs.ntppool.org/apt/ /

apt search geodns works on that.