We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e387889 commit 3273f40Copy full SHA for 3273f40
tcpproxy.go
@@ -37,6 +37,9 @@
37
// Note that tcpproxy does not do any TLS encryption or decryption. It
38
// only (via DialProxy) copies bytes around. The SNI hostname in the TLS
39
// header is unencrypted, for better or worse.
40
+//
41
+// This package makes no API stability promises. If you depend on it,
42
+// vendor it.
43
package tcpproxy
44
45
import (
0 commit comments