mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-22 15:28:09 -07:00
fix #996
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user