Files
coredns/core/dnsserver
Miek Gieben 9abbf4a4a0 map bool -> map struct{} (#2386)
This clear out the remaining map[x]bool usage and moves the bool to an
empty struct.

Two note worthy other changes:

* EnableChaos in the server is now also exported to make it show up in
  the documentation.
* The auto plugin is left as is, because there the boolean is
  explicitaly set to false to signal 'to-be-deleted' and the key is left
  as-is.

Signed-off-by: Miek Gieben <miek@miek.nl>
2018-12-10 02:17:15 -08:00
..
2018-09-19 08:16:04 +01:00
2018-04-25 15:27:25 +01:00
2018-07-07 08:22:07 +01:00
2018-07-19 16:23:06 +01:00
2018-09-19 08:16:04 +01:00
2018-09-19 07:29:37 +01:00
2018-04-20 11:01:06 +01:00
2018-09-19 07:29:37 +01:00
2018-12-10 02:17:15 -08:00
2018-06-27 07:45:32 -07:00
2018-07-20 19:45:17 +01:00