Re: nsd 4.1.24

2018-08-15 Thread Paul de Weerd
On Wed, Aug 15, 2018 at 03:12:19PM +0200, Florian Obser wrote: | When this goes in I think we should switch the default control socket | and stop listening on localhost. This makes a lot of sense to me, please make the UDS the default control socket. Thanks Florian! Paul | OK? | | diff --git

Re: nsd 4.1.24

2018-08-15 Thread Florian Obser
When this goes in I think we should switch the default control socket and stop listening on localhost. OK? diff --git etc/nsd.conf etc/nsd.conf index 729a5f620ba..94710bfa5ae 100644 --- etc/nsd.conf +++ etc/nsd.conf @@ -19,6 +19,7 @@ server: remote-control: control-enable: yes +

nsd 4.1.24

2018-08-15 Thread Florian Obser
->opt->control_interface = o; + elselast->next = o; + o->next = NULL; o->address = region_strdup(cfg_parser->opt->region, $2); } ; diff --git configure configure index 79f500f50fd..13da401ab9b 100644 --- configure +