Skip to content

Commit

Permalink
Merged feature/kshlm-reverse-resolve-service-first into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
aacebedo committed Jul 16, 2016
2 parents fc24e18 + 70f2ccd commit bf6e5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dnsserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ func (s *DNSServer) listDomains(service *Service) chan string {
} else {
domain := service.Image + "." + s.config.domain.String() + "."

c <- domain
c <- service.Name + "." + domain
c <- domain
}

for _, alias := range service.Aliases {
Expand Down

0 comments on commit bf6e5c2

Please sign in to comment.