mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-09-10 13:24:08 +08:00
Compare commits
20 Commits
3572acf266
...
209f9c361e
Author | SHA1 | Date | |
---|---|---|---|
![]() |
209f9c361e | ||
![]() |
16b6cc0479 | ||
![]() |
3849b130be | ||
![]() |
e53fce3366 | ||
![]() |
286d0d4138 | ||
![]() |
727ff3c43d | ||
![]() |
ed5ef93cd8 | ||
![]() |
7dd35c93ba | ||
![]() |
c1023e80dc | ||
![]() |
37b2e5c1c9 | ||
![]() |
9170746e7a | ||
![]() |
f918c5113c | ||
![]() |
78208de071 | ||
![]() |
fac5643628 | ||
![]() |
d2c8232dc3 | ||
![]() |
067739cba8 | ||
![]() |
d404503c16 | ||
![]() |
9031a3dfa9 | ||
![]() |
a57f22d28e | ||
![]() |
1468d83895 |
@ -307,3 +307,11 @@ func (c *realityClientConnWrapper) Upstream() any {
|
||||
func (c *realityClientConnWrapper) CloseWrite() error {
|
||||
return c.Close()
|
||||
}
|
||||
|
||||
func (c *realityClientConnWrapper) ReaderReplaceable() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
func (c *realityClientConnWrapper) WriterReplaceable() bool {
|
||||
return true
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
icon: material/alert-decagram
|
||||
---
|
||||
|
||||
#### 1.13.0-alpha.4
|
||||
#### 1.13.0-alpha.5
|
||||
|
||||
* Fixes and improvements
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user