We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e577fe commit be3ee21Copy full SHA for be3ee21
tcpproxy.go
@@ -295,7 +295,7 @@ type Target interface {
295
HandleConn(net.Conn)
296
}
297
298
-// To is shorthand way of writing &tlsproxy.DialProxy{Addr: addr}.
+// To is shorthand way of writing &tcpproxy.DialProxy{Addr: addr}.
299
func To(addr string) *DialProxy {
300
return &DialProxy{Addr: addr}
301
0 commit comments