router/registry: add support for registry domains (#1744)

This commit is contained in:
ben-toogood
2020-06-25 12:35:00 +01:00
committed by GitHub
parent 5ab475636a
commit 2000da6fd8
2 changed files with 28 additions and 7 deletions

View File

@@ -680,6 +680,7 @@ func (m *mdnsWatcher) Next() (*Result, error) {
Name: txt.Service,
Version: txt.Version,
Endpoints: txt.Endpoints,
Metadata: txt.Metadata,
}
// skip anything without the domain we care about