From 3273f401801fb301dffe0380ae573ee34a4f5c36 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 22 Jun 2017 16:38:45 -0700 Subject: Add vendor warning --- tcpproxy.go | 3 +++ 1 file changed, 3 insertions(+) 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 ( -- cgit v1.2.3