Skip to content

Commit

Permalink
p
Browse files Browse the repository at this point in the history
  • Loading branch information
buglloc committed Aug 5, 2023
1 parent a786cad commit dea4b1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/listener/lrfc2136/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func NewListener(cfg *Config) (*Listener, error) {
}

for i, net := range cfg.nets {
net := net
app.listeners[i] = &dns.Server{
Addr: cfg.addr,
Net: net,
Expand Down

0 comments on commit dea4b1f

Please sign in to comment.