summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <[email protected]>2017-06-22 16:38:45 -0700
committerBrad Fitzpatrick <[email protected]>2017-06-22 16:38:45 -0700
commit3273f401801fb301dffe0380ae573ee34a4f5c36 (patch)
tree4096c1fd24b5e4994bf08c7fc58917ac066a52ff
parente3878897bde4f5d532f67738009cf1b9fcd2f408 (diff)
Add vendor warning
-rw-r--r--tcpproxy.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcpproxy.go b/tcpproxy.go
index 012684c..923c1db 100644
--- a/tcpproxy.go
+++ b/tcpproxy.go
@@ -37,6 +37,9 @@
// Note that tcpproxy does not do any TLS encryption or decryption. It
// only (via DialProxy) copies bytes around. The SNI hostname in the TLS
// header is unencrypted, for better or worse.
+//
+// This package makes no API stability promises. If you depend on it,
+// vendor it.
package tcpproxy
import (