diff options
author | 2020-03-26 08:42:23 +0100 | |
---|---|---|
committer | 2020-03-26 08:42:23 +0100 | |
commit | 4eeaef29eae0c42695d2f6b17ccb6d0362fcb798 (patch) | |
tree | 2d1f34019c3a4b324fdb61dcc16c7b8df1c32cfe /plugin.cfg | |
parent | 1dba31ee7d7ea5d4d02f3f2f519f25e5c9a3c379 (diff) | |
download | coredns-4eeaef29eae0c42695d2f6b17ccb6d0362fcb798.tar.gz coredns-4eeaef29eae0c42695d2f6b17ccb6d0362fcb798.tar.zst coredns-4eeaef29eae0c42695d2f6b17ccb6d0362fcb798.zip |
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>
Diffstat (limited to 'plugin.cfg')
-rw-r--r-- | plugin.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin.cfg b/plugin.cfg index 3f3dd85fd..76c97cbcb 100644 --- a/plugin.cfg +++ b/plugin.cfg @@ -36,6 +36,7 @@ prometheus:metrics errors:errors log:log dnstap:dnstap +dns64:dns64 acl:acl any:any chaos:chaos |