forked from External/ergo
fix #996
This commit is contained in:
parent
93f1e5b5b8
commit
0f7d58b1c5
3 changed files with 40 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue