mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 03:47:38 +03:00
udpnat2: New synced udp nat service
This commit is contained in:
parent
0641c71805
commit
7ec09d6045
12 changed files with 307 additions and 40 deletions
|
@ -37,7 +37,7 @@ func (c *LazyConn) ConnHandshakeSuccess(conn net.Conn) error {
|
|||
Destination: M.SocksaddrFromNet(conn.LocalAddr()),
|
||||
})
|
||||
case socks5.Version:
|
||||
return socks5.WriteResponse(conn, socks5.Response{
|
||||
return socks5.WriteResponse(c.Conn, socks5.Response{
|
||||
ReplyCode: socks5.ReplyCodeSuccess,
|
||||
Bind: M.SocksaddrFromNet(conn.LocalAddr()),
|
||||
})
|
||||
|
@ -211,5 +211,5 @@ func (c *LazyAssociatePacketConn) WriterReplaceable() bool {
|
|||
}
|
||||
|
||||
func (c *LazyAssociatePacketConn) Upstream() any {
|
||||
return c.underlying
|
||||
return &c.AssociatePacketConn
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue