mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 16:54:15 -04:00
Add more tests and include the forgotten chaos_test.go as well
This commit is contained in:
@@ -37,8 +37,8 @@ func addStubEdns0(m *dns.Msg) *dns.Msg {
|
||||
return m
|
||||
}
|
||||
|
||||
// Look in .../dns/stub/<domain>/xx for msg.Services. Loop through them
|
||||
// extract <domain> and add them as forwarders (ip:port-combos) for
|
||||
// Look in .../dns/stub/<zone>/xx for msg.Services. Loop through them
|
||||
// extract <zone> and add them as forwarders (ip:port-combos) for
|
||||
// the stub zones. Only numeric (i.e. IP address) hosts are used.
|
||||
// TODO(miek): makes this Startup Function.
|
||||
func (e Etcd) UpdateStubZones(zone string) error {
|
||||
|
||||
Reference in New Issue
Block a user