Files
coredns/core/dnsserver
Miek Gieben e1c1521ad5 Core: convert IP addresses to reverse zone (#838)
* Core: convert IP addresses to reverse zone

If we see IP/mask syntax and the mask mod 8 == 0 we assume a reverse
zone and convert to in-addr or .arpa.

* typos

* integration test

* Addr is not used

* core: clean up normalize

Create a SplitHostPort function that can be used both from normalize.go
and address.go. This removes some (not all!) duplication between the
both and makes it work with reverse address notations.

* More tests
2017-08-07 13:24:09 -07:00
..
2017-06-13 16:47:17 -06:00
2017-02-14 19:23:18 +00:00
2017-03-13 20:24:37 +00:00
2017-04-18 11:10:49 -04:00
2017-08-04 09:46:40 -07:00
2017-08-04 09:46:40 -07:00
2017-08-07 07:39:57 -07:00