Skip to content

Commit

Permalink
Client-Bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdgyc committed Apr 23, 2024
1 parent b313c6f commit 6d3dab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/handler/link_tunnel.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func LinkTunnel(w http.ResponseWriter, r *http.Request) {
}
cSess.CstpDpd = cstpDpd

dtlsPort := "4433"
dtlsPort := "443"
if strings.Contains(base.Cfg.ServerDTLSAddr, ":") {
ss := strings.Split(base.Cfg.ServerDTLSAddr, ":")
dtlsPort = ss[1]
Expand Down

0 comments on commit 6d3dab6

Please sign in to comment.