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 .
- 04 Aug, 2017 5 commits
-
-
Miek Gieben authored
Define two consts Pod and Svc, makes it stand out a little more when used in switches in case. We have opted for a new type, but then you need to convert them all the time with string(Foo).
-
Markus Sommer authored
* Treat absence of port/service in SRV as wildcard Normally, a SRV-request should have the form _<service>._<port>.<name>.<zone>. The k8s peer-finder which is used for bootstrapping by some applications will however query for SRV at <name>.<zone>. To compensate for this behaviour, treat the absence of _<service> and _<port> as wildcards. * Modified tests with new SRV behaviour Added a testcase for a SRV request without port & service Removed now valid query from invalidSRVQueries * Forgot to run gofmt on test/kubernetes_test.go
-
Miek Gieben authored
Drop the interfaceAddr interfaces and just use a function. Cleanup all fallout from that. Remove the use of global variables and cleanup the tests a bit.
-
Sandeep Rajan authored
* Added Pod testing * Cleanup * fixed formatting
-
Miek Gieben authored
* mw/kubernete: small cleanup Small cleanup, avoid pointer to []msg.Services and just returns the msg.Service. * Actually compile * testss
-
- 03 Aug, 2017 1 commit
-
-
Sandeep Rajan authored
-
- 01 Aug, 2017 1 commit
-
-
Miek Gieben authored
SOA would blindly add "." + zone, which when using the root zone would create a unparseable packet with "name.."
-
- 29 Jul, 2017 2 commits
-
-
Miek Gieben authored
Pull down example middleware and compile it in (this should compile) then check if dns.example is included in the list of plugins (middlewares)
-
Miek Gieben authored
Cleanup various READMEs to use the same naming scheme for certs, keys, and cacerts. Fixes #762
-
- 28 Jul, 2017 2 commits
-
-
Yong Tang authored
and skip the download process. Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
Yong Tang authored
* Add Dockerfile for automatic build in DockerHub Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * Use build hooks to build docker images with SOURCE_BRANCH Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
-
- 26 Jul, 2017 3 commits
-
-
Miek Gieben authored
* Stop vendoring go dns and x/net/context * dep ensure run * Fix Makefile * Fix typo * Delete context vendor dir
-
Miek Gieben authored
Lower-case dnstap in the readme and update Makefile.release to point to the new website.
-
varyoo authored
-
- 25 Jul, 2017 3 commits
-
-
John Belamaric authored
-
Miek Gieben authored
Don't hold on to the *first* wildcard you'll find, but keep searching, there may be one even deeper in the tree. Also add multi level wildcard test Fixes #776
-
varyoo authored
middleware/dnstap add
-
- 24 Jul, 2017 2 commits
-
-
Miek Gieben authored
-
Miek Gieben authored
-
- 21 Jul, 2017 2 commits
-
-
Miek Gieben authored
* mw/file: wildcard at apex fix This adds a test case (that does passes!) * completer test
-
Pat Moroney authored
* hosts middleware should return NoError if other records exist in the zone * return RcodeSuccess for hosts queries for non A,AAAA records if the zone exists * return NXDOMAIN instead of REFUSED when zone is not found
-
- 20 Jul, 2017 1 commit
-
-
Chris O'Haver authored
* fix aaaa response * unit tests
-
- 17 Jul, 2017 1 commit
-
-
Miek Gieben authored
-
- 13 Jul, 2017 1 commit
-
-
Miek Gieben authored
-
- 12 Jul, 2017 1 commit
-
-
Chris O'Haver authored
* Add unit tests & cnames * more progress * fix * next mw dependent unit tests * add tests for OnNXDOMAIN * Add AAAA and ndots unit tests; fix request.NewWithQuestion * Correct default value in README * add CNAMEs to readme * review * fix autopath examples * fix and test CNAME response order
-
- 11 Jul, 2017 1 commit
-
-
jremond authored
* add wildcard parameter to allow resolving multiple name to the same IP * first test for the reverse wildcard middleware * update wildcard keyword test to pass code coverage
-
- 08 Jul, 2017 1 commit
-
-
Chris O'Haver authored
-
- 02 Jul, 2017 4 commits
-
-
Mia Boulay authored
-
Mia Boulay authored
-
Mia Boulay authored
-
Mia Boulay authored
-
- 01 Jul, 2017 1 commit
-
-
Chris O'Haver authored
* rewrite readme * remove breaks * missed a break * nits * show options as optional * add note to pods insecure * add minimal configuration example. * add a note about replacing kube-dns in the summary * move deployment section into summary. * Update README.md * replace options sections with bullets and indent all sub sections to match bullet indentation. not sure if this will render in github properly - it doesn't in the in-line editor preview. * fix indentation Contrary to various on-line guides and editors, github now requires 2 spaces to indent paragraphs with bulleted sections above (not just 1). * Update README.md * Update README.md * Update README.md * fix label syntax It's just a single EXPRESSION. The EXPRESSION itself has its own kubernetes label expression format. * Update README.md * Update README.md
-
- 30 Jun, 2017 1 commit
-
-
ghostflame authored
* Switches out Unhealthy bool for OkUntil timestamp * Make sure servers are healthy forever if there are no health checks * Moves health check off into a go routine to avoid blocking conditions * Improved logging info * Fixes initial date * Fixes health checking; alters tests to adapt to async health checking * Moves future variable into static upstream and populates it in more places * Restores silencing of stdout during testing * Restores silencing of stdout during testing * keeps check url string once built * Removes debug message * uses zero value to signal no checking; reduces in-mutex code to a fetch
-
- 29 Jun, 2017 1 commit
-
-
Chris O'Haver authored
* initial commit * add config options * add readme * rewording * revert unlreated change * normalize host domain path * add ndots opt, allow > 1 host domains, pull host domains from resolv.conf * implementing review feedback * update readme * use dns lib, config format, defaults * Correct autopath example.
-
- 28 Jun, 2017 2 commits
-
-
Ning Xie authored
-
Yong Tang authored
This fix disables codecov/patch and codecov/changes status report as the project has already been well covered by codecov/project status. The codecov/patch and codecov/changes status are misleading. Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
- 26 Jun, 2017 1 commit
-
-
Miek Gieben authored
While adding a parallel performance benchmark I stumbled on a race condition (another reason to add performance benchmarks!), so this PR makes sure the msg is created in a race free manor and adds the parallel benchmark.
-
- 25 Jun, 2017 2 commits
-
-
jremond authored
* change IPv4 separator from - to . * fix reverse middleware tests and README to adapt with . instead of -
-
Yong Tang authored
This fix adjusted codecov config (codecov.yml) so that commit status is success as long as coverage > 40%. This fix fixes #752. Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
- 24 Jun, 2017 1 commit
-
-
Chris O'Haver authored
-