mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Fix reset outbounds
This commit is contained in:
parent
6144c8e340
commit
98ff897f35
13 changed files with 92 additions and 15 deletions
|
@ -22,4 +22,5 @@ type V2RayServerTransportHandler interface {
|
|||
|
||||
type V2RayClientTransport interface {
|
||||
DialContext(ctx context.Context) (net.Conn, error)
|
||||
Close() error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue