Skip to content

Commit

Permalink
frpc: support ip4p and txt record
Browse files Browse the repository at this point in the history
add txt record support for frpc
  • Loading branch information
qaz741wsd856 committed Nov 23, 2023
1 parent 9038b8b commit 7dea849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/ip4p.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ func lookupIP4P(addr string, port int) (string, int) {
log.Info("try ip4p record failed, try normal mode")
return addr, port
}

0 comments on commit 7dea849

Please sign in to comment.