add client address option, fix noop resolver

This commit is contained in:
2021-11-22 14:26:05 +01:00
parent e8f0a2f03d
commit 1bad45b563
2 changed files with 3 additions and 2 deletions

View File

@ -48,5 +48,5 @@ func (n noop) Watch(option ...registry.WatchOption) (registry.Watcher, error) {
}
func (n noop) String() string {
return "passthroug"
return "noop"
}