coredns/test
John Belamaric ef315ef3e2 Rewrite edns0 (#561)
* Add edns0 code rewrite

* check arg count

* change `new`; set EDNS0 if request doesn't have it set

* change set to replace_or_append

* change to append_or_replace

* return error in new

* update documents

* fixt UT

* return error

* go fmt

* Rework for more general EDNS0 use

Also changed how rules are created and validated. Implements
EDNS0 NSID in addition to local.

* go fmt

* README updates, NSID tests and fixes

* gofmt -s -w

* Fix tests for rewrite syntax change

* Add tests, fix error message

* Review nits

* Missed on nit

* More tests, integration test, fix edns0 parse issue

* Fix README, use RewriteIgnored

* go fmt
2017-03-06 21:32:17 +00:00
..
auto_test.go Fix import path github.com/miekg/coredns -> github.com/coredns/coredns (#547) 2017-02-22 06:51:47 +00:00
cache_test.go Fix resolving CNAME with no proxy (#564) 2017-03-02 19:35:44 +00:00
doc.go Doc: add package docs (#296) 2016-09-25 08:39:20 +01:00
ds_file_test.go Fix resolving CNAME with no proxy (#564) 2017-03-02 19:35:44 +00:00
etcd_cache_debug_test.go Fix import path github.com/miekg/coredns -> github.com/coredns/coredns (#547) 2017-02-22 06:51:47 +00:00
etcd_test.go Fix import path github.com/miekg/coredns -> github.com/coredns/coredns (#547) 2017-02-22 06:51:47 +00:00
example_test.go Fix resolving CNAME with no proxy (#564) 2017-03-02 19:35:44 +00:00
file.go Pr 311 2 (#312) 2016-10-02 15:58:01 +01:00
file_cname_proxy_test.go Fix resolving CNAME with no proxy (#564) 2017-03-02 19:35:44 +00:00
file_reload_test.go Fix resolving CNAME with no proxy (#564) 2017-03-02 19:35:44 +00:00
file_test.go Run tests in parallel (#478) 2017-01-12 08:13:50 +00:00
kubernetes_test.go Fix import path github.com/miekg/coredns -> github.com/coredns/coredns (#547) 2017-02-22 06:51:47 +00:00
metrics_test.go Fix import path github.com/miekg/coredns -> github.com/coredns/coredns (#547) 2017-02-22 06:51:47 +00:00
middleware_dnssec_test.go Rewrite edns0 (#561) 2017-03-06 21:32:17 +00:00
middleware_test.go Rewrite edns0 (#561) 2017-03-06 21:32:17 +00:00
miek_test.go middleware/file: fix DS handling (#344) 2016-10-19 17:46:03 +01:00
proxy_health_test.go Fix import path github.com/miekg/coredns -> github.com/coredns/coredns (#547) 2017-02-22 06:51:47 +00:00
proxy_test.go Fix resolving CNAME with no proxy (#564) 2017-03-02 19:35:44 +00:00
reverse_test.go Fix resolving CNAME with no proxy (#564) 2017-03-02 19:35:44 +00:00
rewrite_test.go Rewrite edns0 (#561) 2017-03-06 21:32:17 +00:00
server.go Fix import path github.com/miekg/coredns -> github.com/coredns/coredns (#547) 2017-02-22 06:51:47 +00:00
server_test.go Run tests in parallel (#478) 2017-01-12 08:13:50 +00:00
wildcard_test.go Fix resolving CNAME with no proxy (#564) 2017-03-02 19:35:44 +00:00