mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 12:27:37 +03:00
udpnat2: Set upstream to writer
This commit is contained in:
parent
6e1285b5d8
commit
8fe04d1369
1 changed files with 4 additions and 0 deletions
|
@ -104,3 +104,7 @@ func (c *Conn) SetReadDeadline(t time.Time) error {
|
|||
func (c *Conn) SetWriteDeadline(t time.Time) error {
|
||||
return os.ErrInvalid
|
||||
}
|
||||
|
||||
func (c *Conn) Upstream() any {
|
||||
return c.writer
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue