mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-03 12:17:31 +00:00
Android: patch
This commit is contained in:
7
context/patch.go
Normal file
7
context/patch.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package context
|
||||
|
||||
import "net"
|
||||
|
||||
func (c *ConnContext) RawConn() (net.Conn, bool) {
|
||||
return c.conn, true
|
||||
}
|
||||
Reference in New Issue
Block a user