dnsseed: reorder automatic zone configuration to correct hierarchy

This commit is contained in:
George Tankersley 2020-05-23 17:09:55 -04:00
parent 83f92c01a9
commit e9ea4b8658
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ func setup(c *caddy.Controller) error {
}
// Automatically configure the responsive zone by network
zone := fmt.Sprintf("%s.seeder.%s.", networkArg, rootArg)
zone := fmt.Sprintf("seeder.%s.%s.", networkArg, rootArg)
address, port, err := net.SplitHostPort(hostArg)
if err != nil {