Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vigilans committed Aug 31, 2020
1 parent e55fdda commit c973b5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/dns/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ func New(ctx context.Context, config *Config) (*Server, error) {

if len(server.clients) == 0 {
server.clients = append(server.clients, NewLocalNameServer())
server.ipIndexMap = append(server.ipIndexMap, nil)
}

return server, nil
Expand Down

0 comments on commit c973b5a

Please sign in to comment.