File: control

package info (click to toggle)
gdnsd 3.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,356 kB
  • sloc: ansic: 30,626; sh: 4,889; perl: 1,043; makefile: 402; pascal: 108
file content (38 lines) | stat: -rw-r--r-- 1,240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: gdnsd
Section: net
Priority: optional
Maintainer: Faidon Liambotis <paravoid@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 ragel,
 libev-dev,
 libltdl-dev,
 libmaxminddb-dev,
 libsodium-dev,
 libunwind-dev [amd64 arm64 armel armhf hppa i386 ia64 mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sh4],
 liburcu-dev,
 perl,
 libhttp-daemon-perl <!nocheck>,
 libio-socket-inet6-perl <!nocheck>,
 libnet-dns-perl <!nocheck>,
 libsocket6-perl <!nocheck>,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://gdnsd.org/
Vcs-Browser: https://github.com/paravoid/gdnsd
Vcs-Git: https://github.com/paravoid/gdnsd.git

Package: gdnsd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Suggests: geoip-database
Description: authoritative domain name server
 gdnsd is an Authoritative-only DNS server. The initial g stands for
 Geographic, as gdnsd offers a plugin system for geographic (or other sorts of)
 balancing, redirection, and service-state-conscious failover.
 .
 gdnsd has a strong focus on high performance, low latency service. It does
 not offer any form of caching or recursive service, and does not support
 DNSSEC.
 .
 This package provides the core gdnsd daemon and basic plugins.