Skip to content
This repository was archived by the owner on Jul 7, 2024. It is now read-only.

Commit 1fb98bb

Browse files
committed
hokuto: hotfix
1 parent 01b90ef commit 1fb98bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hokuto/dns.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func handleInternalSRV(m *dns.Msg, q dns.Question, suffix string) (rcode int) {
181181
srv.Priority,
182182
srv.Weight,
183183
srv.Port,
184-
pn,
184+
spp.PeerName,
185185
cnn,
186186
suffix,
187187
))

0 commit comments

Comments
 (0)