Fix reset outbounds

This commit is contained in:
世界
2024-07-07 15:45:50 +08:00
parent 16055b1a9a
commit ce1ad1498b
13 changed files with 92 additions and 15 deletions

View File

@@ -22,4 +22,5 @@ type V2RayServerTransportHandler interface {
type V2RayClientTransport interface {
DialContext(ctx context.Context) (net.Conn, error)
Close() error
}