comments
This commit is contained in:
parent
d0033bc409
commit
46b3388b83
@ -145,9 +145,8 @@ func (s *MeshnameServer) handleMeshnameRequest(w dns.ResponseWriter, r *dns.Msg)
|
||||
rm := new(dns.Msg)
|
||||
rm.RecursionDesired = true
|
||||
rm.Question = questions
|
||||
// when specified, we add an alternative port for acme challenge requests
|
||||
portNumbers := []string{"53"}
|
||||
// add alternative port number
|
||||
portNumbers := []string{"53"}
|
||||
portNumbers = append([]string{s.acmePort}, portNumbers...) // TODO: rename acmePort to alternativePort
|
||||
// make request
|
||||
err := error(nil)
|
||||
|
Loading…
Reference in New Issue
Block a user