]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
5 years agoMerge pull request #7015 from rgacogne/dnsdist-protobuf-serverid
Pieter Lexis [Fri, 5 Oct 2018 16:00:54 +0000 (18:00 +0200)] 
Merge pull request #7015 from rgacogne/dnsdist-protobuf-serverid

 dnsdist: Add support for exporting a server ID in protobuf

5 years agoMerge pull request #7027 from jsoref/readme-debian-9
Pieter Lexis [Fri, 5 Oct 2018 16:00:37 +0000 (18:00 +0200)] 
Merge pull request #7027 from jsoref/readme-debian-9

Update readme for debian 9

5 years agoMerge pull request #7030 from ahupowerdns/dnsdist-tcp-speedup
Pieter Lexis [Fri, 5 Oct 2018 16:00:15 +0000 (18:00 +0200)] 
Merge pull request #7030 from ahupowerdns/dnsdist-tcp-speedup

dnsdist did not set TCP_NODELAY, causing needless latency

5 years agoMerge pull request #7017 from ahupowerdns/txt-escape-127
Pieter Lexis [Fri, 5 Oct 2018 13:35:59 +0000 (15:35 +0200)] 
Merge pull request #7017 from ahupowerdns/txt-escape-127

Make sure we escape 127 in TXT records

5 years agoMerge pull request #7029 from pieterlexis/pdns-builder-version
Pieter Lexis [Fri, 5 Oct 2018 13:35:32 +0000 (15:35 +0200)] 
Merge pull request #7029 from pieterlexis/pdns-builder-version

pdnsbuilder: Make the version number even better

5 years agouse already available function in misc.cc instead of setsockopt 7030/head
bert hubert [Fri, 5 Oct 2018 11:49:48 +0000 (13:49 +0200)] 
use already available function in misc.cc instead of setsockopt

5 years agoMerge pull request #4598 from zilopbg/soa-fix
Peter van Dijk [Fri, 5 Oct 2018 11:16:59 +0000 (13:16 +0200)] 
Merge pull request #4598 from zilopbg/soa-fix

auth: Add support for "NONE" SOA-EDIT kind

5 years agodnsdist did not set TCP_NODELAY, causing needless latency
bert hubert [Fri, 5 Oct 2018 10:58:18 +0000 (12:58 +0200)] 
dnsdist did not set TCP_NODELAY, causing needless latency
Winfried and others noted that our TLS responses were super slow. This turned out to be caused by the Nagle
algorithm which we failed to disable. https://en.wikipedia.org/wiki/Nagle%27s_algorithm

5 years agoUpdate readme for debian 9 7027/head
Josh Soref [Fri, 5 Oct 2018 03:32:54 +0000 (23:32 -0400)] 
Update readme for debian 9

5 years agoMerge pull request #7023 from ahupowerdns/dnsdist-metrics-docs
bert hubert [Thu, 4 Oct 2018 13:02:56 +0000 (15:02 +0200)] 
Merge pull request #7023 from ahupowerdns/dnsdist-metrics-docs

Clarify meaning of dnsdist statistics

5 years agoClarify meaning of dnsdist statistics 7023/head
bert hubert [Thu, 4 Oct 2018 08:20:10 +0000 (10:20 +0200)] 
Clarify meaning of dnsdist statistics
The various statistics kept by dnsdist do add up to a coherent picture, this PR documents how.

5 years agoMerge pull request #6708 from rgacogne/rec-pb-types
Remi Gacogne [Thu, 4 Oct 2018 08:16:46 +0000 (10:16 +0200)] 
Merge pull request #6708 from rgacogne/rec-pb-types

rec: Support exporting more record types via protobuf

5 years agoMerge pull request #6997 from pieterlexis/thread-names
bert hubert [Thu, 4 Oct 2018 08:06:55 +0000 (10:06 +0200)] 
Merge pull request #6997 from pieterlexis/thread-names

Name threads in the programs

5 years agoMerge pull request #6727 from pieterlexis/alias-servfail-on-nxd
Pieter Lexis [Thu, 4 Oct 2018 05:56:50 +0000 (07:56 +0200)] 
Merge pull request #6727 from pieterlexis/alias-servfail-on-nxd

ALIAS: Respond SERVFAIL on non-NOERRORs from resolver

5 years agoMerge pull request #6910 from pieterlexis/openssl-eddsa
Pieter Lexis [Thu, 4 Oct 2018 05:56:07 +0000 (07:56 +0200)] 
Merge pull request #6910 from pieterlexis/openssl-eddsa

Add support for OpenSSL 1.1.1's ed25519 and ed448 for signing and verifying

5 years agoMerge pull request #7018 from ahupowerdns/dnsdist-response-clarify
Pieter Lexis [Thu, 4 Oct 2018 04:53:42 +0000 (06:53 +0200)] 
Merge pull request #7018 from ahupowerdns/dnsdist-response-clarify

document explicitly that the dnsdist 'responses' metric is actually 'backend responses'

5 years agoMerge pull request #7022 from jsoref/doc-dash
Pieter Lexis [Thu, 4 Oct 2018 04:53:30 +0000 (06:53 +0200)] 
Merge pull request #7022 from jsoref/doc-dash

fixing doc rst error by extending dashes

5 years agofixing doc rst error by extending dashes 7022/head
Josh Soref [Wed, 3 Oct 2018 23:30:55 +0000 (19:30 -0400)] 
fixing doc rst error by extending dashes

5 years agopdnsbuilder: Make the version number even better 7029/head
Pieter Lexis [Wed, 3 Oct 2018 17:53:18 +0000 (19:53 +0200)] 
pdnsbuilder: Make the version number even better

5 years agorec: Support exporting more record types via protobuf 6708/head
Remi Gacogne [Mon, 4 Jun 2018 14:48:20 +0000 (16:48 +0200)] 
rec: Support exporting more record types via protobuf

5 years agoMerge pull request #7007 from Line-Rate-Development/prometheus_active_servers
Peter van Dijk [Wed, 3 Oct 2018 15:47:44 +0000 (17:47 +0200)] 
Merge pull request #7007 from Line-Rate-Development/prometheus_active_servers

dnsdist: export Prometheus metric about number of alive servers in pool

5 years agodocument that the dnsdist 'responses' metric is actually 'backend responses' 7018/head
bert hubert [Wed, 3 Oct 2018 14:56:07 +0000 (16:56 +0200)] 
document that the dnsdist 'responses' metric is actually 'backend responses'

5 years agoMake sure we escape 127 in TXT records 7017/head
bert hubert [Wed, 3 Oct 2018 14:20:45 +0000 (16:20 +0200)] 
Make sure we escape 127 in TXT records
It turns out that value 127 (decimal) in TXT records also needs to be escaped as 127 ('DEL') is unprintable. Adds test too, and documents our test infra a bit better.

5 years agopdns-builder: fix building auth for Ubuntu Trusty
Pieter Lexis [Wed, 3 Oct 2018 10:13:48 +0000 (12:13 +0200)] 
pdns-builder: fix building auth for Ubuntu Trusty

5 years agoMerge pull request #7011 from Habbie/ixfrdist-fixes
Remi Gacogne [Wed, 3 Oct 2018 09:39:55 +0000 (11:39 +0200)] 
Merge pull request #7011 from Habbie/ixfrdist-fixes

various ixfrdist fixes/improvements

5 years agoMerge pull request #6068 from rgacogne/dnsdist-edns-options
Remi Gacogne [Wed, 3 Oct 2018 09:34:16 +0000 (11:34 +0200)] 
Merge pull request #6068 from rgacogne/dnsdist-edns-options

dnsdist: Add DNSQuestion:getEDNSOptions() to access incoming EDNS options

5 years agodnsdist: Add support for exporting a server ID in protobuf 7015/head
Remi Gacogne [Tue, 2 Oct 2018 14:41:59 +0000 (16:41 +0200)] 
dnsdist: Add support for exporting a server ID in protobuf

5 years agoMerge pull request #7004 from rgacogne/rec-outgoing-protobuf-ecs-serverid
Remi Gacogne [Wed, 3 Oct 2018 08:01:37 +0000 (10:01 +0200)] 
Merge pull request #7004 from rgacogne/rec-outgoing-protobuf-ecs-serverid

rec: Export outgoing ECS value and Server ID in protobuf if any

5 years agoMerge pull request #7012 from paddg/patch-9
Remi Gacogne [Wed, 3 Oct 2018 07:52:29 +0000 (09:52 +0200)] 
Merge pull request #7012 from paddg/patch-9

DNS over TLS is only possible via TCP/IP

5 years agoMerge pull request #7013 from rgacogne/rec-fix-regression-api-allow
Remi Gacogne [Wed, 3 Oct 2018 07:50:46 +0000 (09:50 +0200)] 
Merge pull request #7013 from rgacogne/rec-fix-regression-api-allow

 rec: Fix the allow-from-file test in the API regression tests

5 years agopdns-builder: re-instate the "g" for git version
Pieter Lexis [Tue, 2 Oct 2018 13:14:14 +0000 (15:14 +0200)] 
pdns-builder: re-instate the "g" for git version

5 years agoUpdate pdns-builder
Pieter Lexis [Tue, 2 Oct 2018 13:09:02 +0000 (15:09 +0200)] 
Update pdns-builder

5 years agobuilder: Kill dbconfig with fire
Pieter Lexis [Tue, 2 Oct 2018 12:20:15 +0000 (14:20 +0200)] 
builder: Kill dbconfig with fire

5 years agoDNS over TLS is only possible via TCP/IP 7012/head
Winfried Angele [Tue, 2 Oct 2018 11:53:49 +0000 (13:53 +0200)] 
DNS over TLS is only possible via TCP/IP

5 years agorec: Set allow-from-file in the configuration file in the tests 7013/head
Remi Gacogne [Tue, 2 Oct 2018 11:46:10 +0000 (13:46 +0200)] 
rec: Set allow-from-file in the configuration file in the tests

We can't override it via the API when it's set on the command line.

5 years agorec: Make sure that the updated allow-from list has only one entry
Remi Gacogne [Tue, 2 Oct 2018 11:44:47 +0000 (13:44 +0200)] 
rec: Make sure that the updated allow-from list has only one entry

5 years agoclarify testing zone names 7011/head
Peter van Dijk [Tue, 2 Oct 2018 10:42:30 +0000 (12:42 +0200)] 
clarify testing zone names

5 years agostop crashing on out-of-zone data during inbound AXFR
Peter van Dijk [Tue, 2 Oct 2018 10:40:50 +0000 (12:40 +0200)] 
stop crashing on out-of-zone data during inbound AXFR

5 years agosend REFUSED for UDP queries we are unable to handle
Peter van Dijk [Tue, 2 Oct 2018 10:17:31 +0000 (12:17 +0200)] 
send REFUSED for UDP queries we are unable to handle

5 years agofix log message concatenation
Peter van Dijk [Tue, 2 Oct 2018 09:43:08 +0000 (11:43 +0200)] 
fix log message concatenation

5 years agodnsdist: Add DNSQuestion:getEDNSOptions() to access incoming EDNS options 6068/head
Remi Gacogne [Thu, 7 Dec 2017 15:36:58 +0000 (16:36 +0100)] 
dnsdist: Add DNSQuestion:getEDNSOptions() to access incoming EDNS options

5 years agoMerge pull request #6246 from pieterlexis/pdns-builder
Pieter Lexis [Tue, 2 Oct 2018 07:16:23 +0000 (09:16 +0200)] 
Merge pull request #6246 from pieterlexis/pdns-builder

Implement pdns-builder to build packages

5 years agoMerge remote-tracking branch 'origin/master' into pdns-builder 6246/head
Pieter Lexis [Tue, 2 Oct 2018 07:14:35 +0000 (09:14 +0200)] 
Merge remote-tracking branch 'origin/master' into pdns-builder

5 years agoExport Prometheus metric about number of alive servers in pool 7007/head
Pavel Odintsov [Mon, 1 Oct 2018 13:51:23 +0000 (14:51 +0100)] 
Export Prometheus metric about number of alive servers in pool

5 years agoMerge remote-tracking branch 'origin/master' into alias-servfail-on-nxd 6727/head
Pieter Lexis [Mon, 1 Oct 2018 06:48:17 +0000 (08:48 +0200)] 
Merge remote-tracking branch 'origin/master' into alias-servfail-on-nxd

5 years agoMerge pull request #6822 from klaus3000/slave-check-backoff-on-failed-AXFR
Pieter Lexis [Sun, 30 Sep 2018 10:49:31 +0000 (12:49 +0200)] 
Merge pull request #6822 from klaus3000/slave-check-backoff-on-failed-AXFR

add incremental slave-check backoff also for failed AXFR

5 years agoMerge pull request #7001 from jsoref/boost-test-names
Pieter Lexis [Sun, 30 Sep 2018 10:45:16 +0000 (12:45 +0200)] 
Merge pull request #7001 from jsoref/boost-test-names

Boost test names

5 years agoMerge pull request #7002 from jsoref/boost-check-message-test-dnsrecords_cc
Pieter Lexis [Sun, 30 Sep 2018 10:44:47 +0000 (12:44 +0200)] 
Merge pull request #7002 from jsoref/boost-check-message-test-dnsrecords_cc

Fix use of BOOST_CHECK_MESSAGE in test-dnsrecords_cc.cc

5 years agoMerge pull request #7003 from jsoref/const-MOADNSException-space-amp-mde
Pieter Lexis [Sun, 30 Sep 2018 10:44:30 +0000 (12:44 +0200)] 
Merge pull request #7003 from jsoref/const-MOADNSException-space-amp-mde

Enforce style const MOADNSException &mde

5 years agoMerge pull request #7005 from jsoref/configure-help-alignment
Pieter Lexis [Sun, 30 Sep 2018 10:44:14 +0000 (12:44 +0200)] 
Merge pull request #7005 from jsoref/configure-help-alignment

Fix ./configure --help alignment

5 years agoMerge pull request #7006 from jsoref/readme
Pieter Lexis [Sun, 30 Sep 2018 10:44:00 +0000 (12:44 +0200)] 
Merge pull request #7006 from jsoref/readme

Improve Readmes

5 years agoREADME.md: change markdown syntax for shell content 7006/head
Josh Soref [Fri, 28 Sep 2018 17:56:27 +0000 (13:56 -0400)] 
README.md: change markdown syntax for shell content

prefer:
```sh
command
command
```

over
```
$ command
$ command
```

Sync macOS bits with root readme...

5 years agoREADME.md: change markdown syntax for shell content
Josh Soref [Fri, 28 Sep 2018 17:56:00 +0000 (13:56 -0400)] 
README.md: change markdown syntax for shell content

prefer:
```sh
command
command
```

over
```
$ command
$ command
```

5 years agoFix ./configure --help alignment 7005/head
Josh Soref [Fri, 28 Sep 2018 15:17:42 +0000 (11:17 -0400)] 
Fix ./configure --help alignment

AS_HELP_STRING cares about whitespace preceding the call...

5 years agothreadname: fix for netbsd 6997/head
Pieter Lexis [Fri, 28 Sep 2018 13:29:24 +0000 (15:29 +0200)] 
threadname: fix for netbsd

5 years agothreadnames: fix tests
Pieter Lexis [Fri, 28 Sep 2018 12:30:05 +0000 (14:30 +0200)] 
threadnames: fix tests

5 years agoProtobufLogger: Add support for the ServerIdentity field 7004/head
Remi Gacogne [Fri, 28 Sep 2018 14:08:10 +0000 (16:08 +0200)] 
ProtobufLogger: Add support for the ServerIdentity field

5 years agorec: Export the server ID in protobuf messages
Remi Gacogne [Fri, 28 Sep 2018 14:11:28 +0000 (16:11 +0200)] 
rec: Export the server ID in protobuf messages

5 years agorec: Export the outgoing ECS value if any in our protobuf messages
Remi Gacogne [Thu, 27 Sep 2018 14:45:03 +0000 (16:45 +0200)] 
rec: Export the outgoing ECS value if any in our protobuf messages

5 years agoEnforce style const MOADNSException &mde 7003/head
Josh Soref [Fri, 28 Sep 2018 14:09:57 +0000 (10:09 -0400)] 
Enforce style const MOADNSException &mde

There were a number of styles for this exception object.
This enforces a single style (const, space before &).

5 years agoFix use of BOOST_CHECK_MESSAGE in test-dnsrecords_cc.cc 7002/head
Josh Soref [Fri, 28 Sep 2018 12:55:34 +0000 (08:55 -0400)] 
Fix use of BOOST_CHECK_MESSAGE in test-dnsrecords_cc.cc

BOOST_CHECK_MESSAGE is designed to take a statement that describes a condition.

When `-l all` is used, it will print the statement, the condition, and
whether or not the condition passed.

With this change, output can appear like this:
test-dnsrecords_cc.cc:72: error: in "test_dnsrecords_cc/test_record_types": record types should be sorted such that 13 >= 21
Checking record type HINFO test #1
test-dnsrecords_cc.cc:72: info: check 'record types should be sorted such that 13 >= 13' has passed

5 years agomerge test-nmtree into test-iputils_hh 7001/head
Josh Soref [Fri, 28 Sep 2018 11:25:10 +0000 (07:25 -0400)] 
merge test-nmtree into test-iputils_hh

5 years agoconsistently name boost test suite names based on filename
Josh Soref [Fri, 28 Sep 2018 11:41:16 +0000 (07:41 -0400)] 
consistently name boost test suite names based on filename

5 years agoconsistently use test_ prefix for boost test suite names
Josh Soref [Fri, 28 Sep 2018 11:24:15 +0000 (07:24 -0400)] 
consistently use test_ prefix for boost test suite names

5 years agoMerge remote-tracking branch 'origin/master' into thread-names
Pieter Lexis [Fri, 28 Sep 2018 10:11:48 +0000 (12:11 +0200)] 
Merge remote-tracking branch 'origin/master' into thread-names

5 years agothread names: fix building on FreeBSD
Pieter Lexis [Fri, 28 Sep 2018 10:04:43 +0000 (12:04 +0200)] 
thread names: fix building on FreeBSD

5 years agoMerge pull request #6923 from Habbie/ds-in-unsigned-zone
Pieter Lexis [Fri, 28 Sep 2018 09:10:17 +0000 (11:10 +0200)] 
Merge pull request #6923 from Habbie/ds-in-unsigned-zone

respond correctly to DS query at delegation in unsigned zone

5 years agoMerge pull request #7000 from jsoref/test-minimal
Pieter Lexis [Fri, 28 Sep 2018 09:09:40 +0000 (11:09 +0200)] 
Merge pull request #7000 from jsoref/test-minimal

move arg function to the testrunner

5 years agoMerge pull request #6975 from ahupowerdns/query-timing
Pieter Lexis [Fri, 28 Sep 2018 09:09:17 +0000 (11:09 +0200)] 
Merge pull request #6975 from ahupowerdns/query-timing

Enhance query-logging with timing for MySQL, PostgreSQL and SQLite

5 years agoMerge pull request #6973 from Habbie/ixfrdist-regression-tests
Pieter Lexis [Fri, 28 Sep 2018 09:08:45 +0000 (11:08 +0200)] 
Merge pull request #6973 from Habbie/ixfrdist-regression-tests

ixfrdist regression tests

5 years agoMove thread name setting to a single point
Pieter Lexis [Thu, 27 Sep 2018 15:08:38 +0000 (17:08 +0200)] 
Move thread name setting to a single point

5 years agoMerge pull request #6999 from jsoref/grammar
Remi Gacogne [Fri, 28 Sep 2018 07:25:55 +0000 (09:25 +0200)] 
Merge pull request #6999 from jsoref/grammar

gramar: its

5 years agoMerge pull request #6998 from jsoref/rtr-rte
Remi Gacogne [Fri, 28 Sep 2018 07:25:34 +0000 (09:25 +0200)] 
Merge pull request #6998 from jsoref/rtr-rte

Rename rtr to rte since it's an rte...

5 years agomove arg function to the testrunner 7000/head
Josh Soref [Fri, 28 Sep 2018 02:29:50 +0000 (22:29 -0400)] 
move arg function to the testrunner

This allows running a single test. The arg function is needed by core stuff...

5 years agogramar: its 6999/head
Josh Soref [Fri, 28 Sep 2018 01:37:03 +0000 (21:37 -0400)] 
gramar: its

5 years agoRemove tabs from dnsrecords.hh 6998/head
Josh Soref [Fri, 28 Sep 2018 01:24:32 +0000 (21:24 -0400)] 
Remove tabs from dnsrecords.hh

5 years agoRename RecordTextException to rte
Josh Soref [Fri, 28 Sep 2018 01:23:09 +0000 (21:23 -0400)] 
Rename RecordTextException to rte

5 years agopdns-builder: Add missing files for docs
Pieter Lexis [Thu, 6 Sep 2018 10:02:32 +0000 (12:02 +0200)] 
pdns-builder: Add missing files for docs

5 years agopdns-builder: devtoolset 3 through 5 are dead, switch to 6
Pieter Lexis [Tue, 28 Aug 2018 11:08:32 +0000 (13:08 +0200)] 
pdns-builder: devtoolset 3 through 5 are dead, switch to 6

5 years agopdns-builder: move out the debug symbols for newer deb builds
Pieter Lexis [Tue, 28 Aug 2018 09:22:18 +0000 (11:22 +0200)] 
pdns-builder: move out the debug symbols for newer deb builds

5 years agopdns-builder: use correct --with-lua switch
Pieter Lexis [Mon, 27 Aug 2018 12:22:07 +0000 (14:22 +0200)] 
pdns-builder: use correct --with-lua switch

5 years agoUpdate usage include
Pieter Lexis [Mon, 27 Aug 2018 09:12:47 +0000 (11:12 +0200)] 
Update usage include

5 years agoRemove ubuntu artful from targets
Pieter Lexis [Mon, 27 Aug 2018 08:46:58 +0000 (10:46 +0200)] 
Remove ubuntu artful from targets

5 years agopdns-builder: don't run post-build if building docs
Pieter Lexis [Fri, 8 Jun 2018 14:38:36 +0000 (16:38 +0200)] 
pdns-builder: don't run post-build if building docs

5 years agopdns-builder: Fix version numbering
Pieter Lexis [Fri, 8 Jun 2018 13:58:09 +0000 (15:58 +0200)] 
pdns-builder: Fix version numbering

5 years agopdns-builder: update builder
Pieter Lexis [Fri, 8 Jun 2018 13:27:03 +0000 (15:27 +0200)] 
pdns-builder: update builder

5 years agopdns-builder: Ensure version numbers for master are higher than currently
Pieter Lexis [Tue, 5 Jun 2018 18:01:30 +0000 (20:01 +0200)] 
pdns-builder: Ensure version numbers for master are higher than currently

5 years agopdns-builder: Add docs target
Pieter Lexis [Mon, 28 May 2018 08:20:54 +0000 (10:20 +0200)] 
pdns-builder: Add docs target

5 years agopdns-builder: LUA records support, ixfrdist pkgs
Pieter Lexis [Wed, 23 May 2018 10:59:43 +0000 (12:59 +0200)] 
pdns-builder: LUA records support, ixfrdist pkgs

5 years agobuilder: reinstate building all
Pieter Lexis [Tue, 3 Apr 2018 12:06:25 +0000 (14:06 +0200)] 
builder: reinstate building all

5 years agodeb: Split ixfrdist into it's own package
Pieter Lexis [Tue, 3 Apr 2018 08:34:58 +0000 (10:34 +0200)] 
deb: Split ixfrdist into it's own package

5 years agoUpdate builder
Pieter Lexis [Tue, 3 Apr 2018 08:27:59 +0000 (10:27 +0200)] 
Update builder

5 years agopkgs (EL): split ixfrdist to its own pkg
Pieter Lexis [Fri, 30 Mar 2018 14:53:44 +0000 (16:53 +0200)] 
pkgs (EL): split ixfrdist to its own pkg

5 years agoMove dnsdist el6 pkg to upstart
Pieter Lexis [Fri, 30 Mar 2018 14:07:49 +0000 (16:07 +0200)] 
Move dnsdist el6 pkg to upstart

5 years agoUpdate to the latest pdns-builder
Pieter Lexis [Fri, 30 Mar 2018 12:44:22 +0000 (14:44 +0200)] 
Update to the latest pdns-builder

5 years agogen-version: set the version number based on commits since root
Pieter Lexis [Thu, 29 Mar 2018 12:30:31 +0000 (14:30 +0200)] 
gen-version: set the version number based on commits since root

5 years agoship unit files with auth (jessie)
Pieter Lexis [Wed, 28 Mar 2018 10:04:37 +0000 (12:04 +0200)] 
ship unit files with auth (jessie)

5 years agoallow make dist without docker
Pieter Lexis [Wed, 28 Mar 2018 07:55:52 +0000 (09:55 +0200)] 
allow make dist without docker

5 years agoInstall the service file on jessie
Pieter Lexis [Tue, 27 Mar 2018 10:18:45 +0000 (12:18 +0200)] 
Install the service file on jessie

5 years agoAdd dnstap and DNS-over-TLS to jessie (and fix pkgs)
Pieter Lexis [Mon, 26 Mar 2018 17:42:22 +0000 (19:42 +0200)] 
Add dnstap and DNS-over-TLS to jessie (and fix pkgs)