Commit graph

15 commits

Author SHA1 Message Date
coredns-auto-go-mod-tidy[bot]
94e027cd6f auto make -f Makefile.doc 2021-03-08 11:15:45 +00:00
coredns-auto-go-mod-tidy[bot]
d29fd8c550 auto make -f Makefile.doc 2021-02-09 13:36:55 +00:00
coredns-auto-go-mod-tidy[bot]
79cd81473b auto make -f Makefile.doc 2021-01-10 10:06:46 +00:00
coredns-auto-go-mod-tidy[bot]
6af47bac39 auto make -f Makefile.doc 2020-12-15 13:02:37 +00:00
coredns-auto-go-mod-tidy[bot]
b091eff139 auto make -f Makefile.doc 2020-11-05 13:37:38 +00:00
coredns-auto-go-mod-tidy[bot]
5f5cc3188f auto make -f Makefile.doc 2020-10-12 17:10:58 +00:00
coredns-auto-go-mod-tidy[bot]
fd49c80514 auto make -f Makefile.doc 2020-09-14 09:43:13 +00:00
coredns-auto-go-mod-tidy[bot]
964b621d32 auto make -f Makefile.doc 2020-08-10 08:38:37 +00:00
coredns-auto-go-mod-tidy[bot]
5b09d62f86 auto make -f Makefile.doc 2020-07-23 07:40:36 +00:00
Ben Kochie
7504b410f3
Update dns64 plugin bugs list (#3955)
Remove the "Follow CNAMEs" bug, CNAME following is handled by the
forward plugin.

Signed-off-by: Ben Kochie <superq@gmail.com>
2020-06-20 07:01:35 -07:00
Yong Tang
9545346174
Regenerate man page (#3946)
Regenerate man page `make -f Makefile.doc`, in praparation for 1.7.0
release.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2020-06-13 07:41:05 -07:00
coredns-auto-go-mod-tidy[bot]
aa75e0c295 auto make -f Makefile.doc 2020-04-23 08:22:49 +00:00
coredns-auto-go-mod-tidy[bot]
0a4047d88e auto make -f Makefile.doc 2020-03-31 18:03:49 +00:00
Ben Kochie
14ca454981
Documentation improvements for dns64 plugin (#3777)
Minor typo and improvements to the dns64 plugin README.

Signed-off-by: Ben Kochie <superq@gmail.com>
2020-03-26 09:22:29 +01:00
Ben Kochie
4eeaef29ea
Add dns64 plugin (#3534)
* Add dns64 plugin

Add external plugin to core in-tree.
* Pull code from upstream: https://github.com/serverwentdown/dns64
* Update docs.

Signed-off-by: Ben Kochie <superq@gmail.com>

* Make dns64 consistent.

Signed-off-by: Ben Kochie <superq@gmail.com>

* Cleanup README

Signed-off-by: Ben Kochie <superq@gmail.com>

* Cleanup minor issues.

Signed-off-by: Ben Kochie <superq@gmail.com>

* Remove proxy method.

Signed-off-by: Ben Kochie <superq@gmail.com>

* dns64: big cleanup

* Make the code a bit more idiomatic
* Add tests
* use proper Upstream API

Signed-off-by: Casey Callendrello <c1@caseyc.net>
Signed-off-by: Ben Kochie <superq@gmail.com>

* A little more clenaup

* Fix some docs.
* Use the correct plugin register method.
* Cleanup some review items.

Signed-off-by: Ben Kochie <superq@gmail.com>

* Add metrics counter for DNS64 translations

Add a basic counter of how many DNS64 translations have been completed.

Signed-off-by: Ben Kochie <superq@gmail.com>

* Add DNSSEC bug link

Signed-off-by: Ben Kochie <superq@gmail.com>

* Test cleanup

Signed-off-by: Ben Kochie <superq@gmail.com>

* dns64: more test cleanup

Signed-off-by: Casey Callendrello <c1@caseyc.net>

Co-authored-by: Casey Callendrello <c1@caseyc.net>
2020-03-26 08:42:23 +01:00