mirror of
https://git.hackfreedom.org/mesh.cat/meshname.git
synced 2026-05-22 06:22:32 +00:00
comments
This commit is contained in:
@@ -145,9 +145,8 @@ func (s *MeshnameServer) handleMeshnameRequest(w dns.ResponseWriter, r *dns.Msg)
|
|||||||
rm := new(dns.Msg)
|
rm := new(dns.Msg)
|
||||||
rm.RecursionDesired = true
|
rm.RecursionDesired = true
|
||||||
rm.Question = questions
|
rm.Question = questions
|
||||||
// when specified, we add an alternative port for acme challenge requests
|
|
||||||
portNumbers := []string{"53"}
|
|
||||||
// add alternative port number
|
// add alternative port number
|
||||||
|
portNumbers := []string{"53"}
|
||||||
portNumbers = append([]string{s.acmePort}, portNumbers...) // TODO: rename acmePort to alternativePort
|
portNumbers = append([]string{s.acmePort}, portNumbers...) // TODO: rename acmePort to alternativePort
|
||||||
// make request
|
// make request
|
||||||
err := error(nil)
|
err := error(nil)
|
||||||
|
|||||||
Reference in New Issue
Block a user