Age | Commit message (Collapse) | Author | Files | Lines |
|
Add DNS-over-QUIC server
Signed-off-by: jaehnri <joao.henri.cr@gmail.com>
Signed-off-by: João Henri <joao.henri.cr@gmail.com>
|
|
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
|
|
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
|
|
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
|
|
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
|
|
-p is the default flag in DNS software for setting the port, we use
'dns.port' because of preventing clashes with other caddy software
users. This is no longer an issue, so we can do what we want here.
Add -p to works like -dns.port.
(this PR includes generated manpage, but that shouldn't matter too much)
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
Signed-off-by: coredns-auto-go-mod-tidy[bot] <coredns-auto-go-mod-tidy[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* add local plugin
See: #4260
Signed-off-by: Miek Gieben <miek@miek.nl>
* stickler bot
Signed-off-by: Miek Gieben <miek@miek.nl>
* See Also
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
|
|
Remove the "Follow CNAMEs" bug, CNAME following is handled by the
forward plugin.
Signed-off-by: Ben Kochie <superq@gmail.com>
|
|
Regenerate man page `make -f Makefile.doc`, in praparation for 1.7.0
release.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
|
|
|
|
Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
|
|
|
|
|
|
* introduce metric naming test
Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
* Update metrics.go
Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
|
|
Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
|
|
Minor typo and improvements to the dns64 plugin README.
Signed-off-by: Ben Kochie <superq@gmail.com>
|
|
* 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>
|
|
Mechanical change: make -f Makefile.doc
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
Preparing a release; don't want to end up with a dirty repo again.
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
* Fix acl page
It must have a Name section.
Fixes: https://github.com/coredns/coredns.io/issues/177
Signed-off-by: Miek Gieben <miek@miek.nl>
* generate
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
* run Makefile.doc to update to the latest
* add prs and authors to Makefile.release to aid in creating release
notes. And update the comments in the makefile.
* add 1.6.7 release notes.
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
Update the docs (mechanical change).
Also run: go generate (no changes, good!)
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
Went over all generated manual pages and fixed some markdown issues,
mostly escaping "_" to avoid underlining entire paragraphs.
Some textual fixes in route53 and other cloud DNS plugins.
Regenerated the markdown with mmark.
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
|
|
* make -f Makefile.doc
* go mod tidy
* go generate
trying to prevent another dirty build/release.
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
Run 'go generate' and 'make -f Makefile.doc' to generate the chaos
plugin author list and update the manual pages.
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
* Update the notes for the 1.6.5 release.
Signed-off-by: Miek Gieben <miek@miek.nl>
* manpages: regenerate
Signed-off-by: Miek Gieben <miek@miek.nl>
* Fix date
Signed-off-by: Miek Gieben <miek@miek.nl>
* Go gen/go build
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
Generate manual pages; no other changes.
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
add the acl manual page; mechanical change otherwise.
Signed-off-by: Miek Gieben <miek@miek.nl>
|