Skip to content

Commit 3273f40

Browse files
committed
Add vendor warning
1 parent e387889 commit 3273f40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tcpproxy.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
// Note that tcpproxy does not do any TLS encryption or decryption. It
3838
// only (via DialProxy) copies bytes around. The SNI hostname in the TLS
3939
// header is unencrypted, for better or worse.
40+
//
41+
// This package makes no API stability promises. If you depend on it,
42+
// vendor it.
4043
package tcpproxy
4144

4245
import (

0 commit comments

Comments
 (0)