File: control

package info (click to toggle)
dnss 0.0~git20200927.0.6aad832e-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 224 kB
  • sloc: sh: 263; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,219 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
Source: dnss
Section: net
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Alberto Bertogli <albertito@blitiri.com.ar>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-blitiri-go-log-dev,
               golang-blitiri-go-systemd-dev,
               golang-github-miekg-dns-dev,
               golang-golang-x-net-dev,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://blitiri.com.ar/git/r/dnss/b/master/t/f=README.md.html
Vcs-Browser: https://salsa.debian.org/go-team/packages/dnss
Vcs-Git: https://salsa.debian.org/go-team/packages/dnss.git
XS-Go-Import-Path: blitiri.com.ar/go/dnss
Testsuite: autopkgtest-pkg-go

Package: dnss
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Proxy for using DNS over HTTPS
 dnss is a daemon for using DNS over HTTPS.
 .
 It can act as a proxy, receiving DNS requests and resolving them using
 DNS-over-HTTPs (DoH). This can be useful to improve DNS security and privacy
 on laptops and small/home networks.
 .
 It can also act as a DoH server, in case you want end to end control.