coredns/core/dnsserver
Miek Gieben bcd9c8b0fb server: fix data race (#536)
* server: fix data race

This fixes the detected race.

Fixes #534

* Remove the listener and packetconn from Server

There does not seem a need to store the listener and packetconn again
in the Server structure. The dns.Servers already has access to them
and can also shutdown the handlers.
2017-02-19 20:34:09 +00:00
..
address.go Use dns.port argument as default 2016-10-07 10:16:28 +00:00
address_test.go Cleanups and tests (#272) 2016-09-19 11:26:00 +01:00
config.go Changes needed to support external gRPC server middleware (#498) 2017-01-31 22:21:55 +00:00
directives.go go gen improvements (#524) 2017-02-14 19:23:18 +00:00
register.go core: make coredns.Server a caddy.GracefulServer (#520) 2017-02-10 19:50:31 +00:00
server.go server: fix data race (#536) 2017-02-19 20:34:09 +00:00
zdirectives.go go gen improvements (#524) 2017-02-14 19:23:18 +00:00