-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgetting.html
16 lines (14 loc) · 1.4 KB
/
getting.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
menu_name: getting
layout: default
---
<p>Your best bet is to use a pre-packaged setup for your operating system. Newer Linux distributions may have it available via the standard package repositories, so check that first! Known public packaged builds: </p>
<ul>
<li>Debian Linux: <a href="http://packages.debian.org/gdnsd">http://packages.debian.org/gdnsd</a></li>
<li>Ubuntu Linux: <a href="https://launchpad.net/ubuntu/+source/gdnsd/">https://launchpad.net/ubuntu/+source/gdnsd/</a></li>
<li>FreeBSD: V3: <a href="https://www.freshports.org/dns/gdnsd3">https://www.freshports.org/dns/gdnsd3</a> V2: <a href="https://www.freshports.org/dns/gdnsd2">https://www.freshports.org/dns/gdnsd2</a></li>
<li>Alpine Linux (V2): <a href="https://pkgs.alpinelinux.org/packages?name=gdnsd">https://pkgs.alpinelinux.org/packages?name=gdnsd</a></li>
<li>Arch Linux (V3): <a href="https://www.archlinux.org/packages/community/x86_64/gdnsd/">https://www.archlinux.org/packages/community/x86_64/gdnsd/</a></li>
<li>RPM-based distros: There appears to be a V2 specfile maintained (?) for OpenMandriva here: <a href="https://github.com/OpenMandrivaAssociation/gdnsd">https://github.com/OpenMandrivaAssociation/gdnsd</a>. Fedora doesn't have a package at all, and I don't know of any V3 RPM packaging out there.</li>
<li>Raw Source Tarballs: <a href="https://github.com/gdnsd/gdnsd/releases/">https://github.com/gdnsd/gdnsd/releases/</a></li>
</ul>