summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 88e24b3..858bc74 100644
--- a/main.go
+++ b/main.go
@@ -53,6 +53,7 @@ func main() {
}
}
+// A Conn handles the TLS proxying of one user connection.
type Conn struct {
*net.TCPConn