Fix: vmess udp crash
This commit is contained in:
@ -53,6 +53,7 @@ type Conn interface {
|
||||
type PacketConn interface {
|
||||
net.PacketConn
|
||||
Connection
|
||||
WriteWithMetadata(p []byte, metadata *Metadata) (n int, err error)
|
||||
}
|
||||
|
||||
type ProxyAdapter interface {
|
||||
|
Reference in New Issue
Block a user