Stop tunnels if they are not needed anymore due to verdict change
This commit is contained in:
@@ -162,6 +162,7 @@ type Connection struct { //nolint:maligned // TODO: fix alignment
|
||||
// connection is using.
|
||||
TunnelContext interface {
|
||||
GetExitNodeID() string
|
||||
StopTunnel() error
|
||||
}
|
||||
|
||||
// Internal is set to true if the connection is attributed as an
|
||||
|
||||
Reference in New Issue
Block a user