This project is mirrored from https://github.com/coredns/coredns.git.
The repository failed to update .
Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project maintainer.
Last successful update .
- 16 Sep, 2017 5 commits
-
-
Miek Gieben authored
Forgot about these.
-
Yong Tang authored
This fix adds a Pull Request templates to be used. Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
Miek Gieben authored
-
Yong Tang authored
Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
Miek Gieben authored
updates so the look better on coredns.io
-
- 15 Sep, 2017 4 commits
-
-
Miek Gieben authored
-
Miek Gieben authored
Stop when this can't be found early on. Fixes #1053
-
Miek Gieben authored
* plugins: expand examples Expand some examples and test them by annotating it with `corefile` * Can't start kubernetes * Can test pprof :(
-
Miek Gieben authored
This does not help to make it backwards compatible. The middleware -> plugin rename invalidates all this. External middleware won't compile either way.
-
- 14 Sep, 2017 4 commits
-
-
Miek Gieben authored
* Rename middleware to plugin first pass; mostly used 'sed', few spots where I manually changed text. This still builds a coredns binary. * fmt error * Rename AddMiddleware to AddPlugin * Readd AddMiddleware to remain backwards compat
-
Yong Tang authored
* Update documentation README.md for building coredns with docker Signed-off-by:Yong Tang <yong.tang.github@outlook.com> * Update README.md * Update README.md
-
John Belamaric authored
-
Chris West authored
Go is not super helpful if you checkout the code to a random path, then try and follow the build instructions in the README. Add some instructions that help users who don't deal with Go on a day-to-day basis to get it right. Fixes #1070. Thanks to @johnbelamaric for reminding me about Go's deficiencies.
-
- 12 Sep, 2017 4 commits
-
-
Miek Gieben authored
* Update the tls documentation * cant test corefile because we dont have pem data * Add note on client support
-
John Belamaric authored
-
Miek Gieben authored
* Remove debug from interface and methods * remove debug queries from etcd * remove debug queries from k8s - they were not used * And remove from mw/proxy-google as well * Remove debug query test
-
antonkyrylenko authored
Add kismia.com organisation to ADOPTERS.md
-
- 11 Sep, 2017 8 commits
-
-
John Belamaric authored
-
Miek Gieben authored
Remove the [FILE] option from the docs, we still allow it, but this one value that we allow now *stdout* isn't shown anymore. Also test the snippet with readme_test.go by adding `~~ corefile`.
-
Miek Gieben authored
* mw/chaos: update docs Fix/update the documentation: make the corefile snippets tested and expand them a little. Show `dig` example. Fixes #1050 * dot
-
Miek Gieben authored
* mw/whoami: update docs Parse the corefile in the readme_test.go and other tweaks to the docs. Fixes #1049 * trailing * remove the 53 port
-
Miek Gieben authored
Use a new port for every instance.
-
John Belamaric authored
* Initial adopters list * Remove one until approved * Fix typo
-
Miek Gieben authored
If a README has a corefile snippet that is annotated with `corefile`, this test will parse the instance and checks the snippet is legal. This means a) we will get better docs b) we know for sure everything still parses. The test parses everything in middleware/*/README.md, it does not check for README presence, just Corefile snippets. The port used is 10053 and overrides whatever port is set in the docs. The secondary middleware was used as an example and adds two examples that should parse. failures show up as: ~~~ --- FAIL: TestReadme (0.04s) readme_test.go:50: Testing ../middleware/secondary/README.md, with 100 byte snippet readme_test.go:50: Testing ../middleware/secondary/README.md, with 93 byte snippet readme_test.go:53: Failed to start server for input "middleware/secondary: Corefile:3 - Error during parsing: unknown property 'transfeT'": . { secondary example.net { transfeT from 10.1.2.1 transfer to * } } FAIL ~~~ -
Miek Gieben authored
-
- 09 Sep, 2017 2 commits
-
-
Miek Gieben authored
Improve the syntax tests for this middleware.
-
Thong Huynh authored
* Add EDNS0_SUBNET rewrite * Fix review comments * Update comment * Fix according to review comments * Add ResponseWriter6 instead of parameterized the existing ResponseWriter
-
- 08 Sep, 2017 1 commit
-
-
Miek Gieben authored
* mw/etcd: revert 'add fallthrough' This removes 'fallthrough' for *etcd* which is not needed. This was added in 00f5c779 but is totally not needed and creates backwards incompat behavior even. Thanks to @johnbelamaric for pointing this out in #925. * remove here as well * Revert "remove here as well" This reverts commit 9d44397827425e567af01d43564c4294b42e98c9. * Revert "mw/etcd: revert 'add fallthrough'" This reverts commit 0cfe3cb1ab5495ed38a8a0486e3f5386f3bd95dc. * mw/{etcd,kubernetes}: use fallthrough correctly reverts of reverts, will rebase and squash later.
-
- 07 Sep, 2017 4 commits
-
-
Miek Gieben authored
Maybe a fix for #1031 ?
-
Miek Gieben authored
Mention stubdomains in the documentation, give an example and fix a few typos. Fixes #1028
-
Miek Gieben authored
* mw/autopath: correct type for type switch Use pointer to kubernetes as that is what is registered. Fix up federation which had the same mistake. * here
-
Miek Gieben authored
Fix parse error and add testcase when a ZONE is specified. Fixes #1024
-
- 03 Sep, 2017 3 commits
-
-
Miek Gieben authored
Move tests infra to look like all other middleware, and some small cleanups.
-
Miek Gieben authored
* mw/proxy: simplify google code Minimize bootstrap code a bit, and block on the first resolve of the google https endpont. Add more logging and include actual error in the returned errors. Also re-resolve every 120 seconds, instead of 300 (might eventually make this an option). * fix test
-
Brad Beam authored
-
- 02 Sep, 2017 2 commits
-
-
Yong Tang authored
, so that `make test` will pass by default. Also fixed several ineffassign and golint issues. Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
Yong Tang authored
See #997 #1000. Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
- 01 Sep, 2017 3 commits
-
-
Miek Gieben authored
* mw/dnssec: improve docs Improve the docs: add example and details the perrils of having multiple *dnssec* middlewares in one zone. * better
-
varyoo authored
* adds the option to log to a remote endpoint * examples * tests * tcp:// or default to unix:// * cosmetic update * bad naked returns
-
varyoo authored
* experimental dnstap support into proxy * proxy reports dnstap errors * refactoring * add a message builder for less dnstap code * msg lint * context * proxy by DNS: dnstap comments * TapBuilder * resolves conflict * dnstap into ServeDNS * testing * more tests * `go lint` * doc update
-