1
0
Fork 0
forked from External/ergo
This commit is contained in:
Shivaram Lingamneni 2020-05-10 06:17:11 -04:00
parent 93f1e5b5b8
commit 0f7d58b1c5
3 changed files with 40 additions and 27 deletions

View file

@ -93,6 +93,9 @@ type WrappedConn struct {
net.Conn
ProxiedIP net.IP
Config ListenerConfig
// Secure indicates whether we believe the connection between us and the client
// was secure against interception and modification (including all proxies):
Secure bool
}
// ReloadableListener is a wrapper for net.Listener that allows reloading