mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-13 21:54:13 +08:00
Compare commits
2 Commits
29775c8558
...
81ab06b5bc
Author | SHA1 | Date | |
---|---|---|---|
![]() |
81ab06b5bc | ||
![]() |
646fc72e10 |
@ -98,7 +98,7 @@ func (c *Conn) Write(b []byte) (n int, err error) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if c.splitRecord {
|
if c.splitRecord {
|
||||||
_, err = c.Conn.Write(buffer.Bytes())
|
_, err = c.tcpConn.Write(buffer.Bytes())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
@ -2,10 +2,6 @@
|
|||||||
icon: material/alert-decagram
|
icon: material/alert-decagram
|
||||||
---
|
---
|
||||||
|
|
||||||
#### 1.12.0-beta.14
|
|
||||||
|
|
||||||
* Fixes and improvements
|
|
||||||
|
|
||||||
#### 1.12.0-beta.13
|
#### 1.12.0-beta.13
|
||||||
|
|
||||||
* Add TLS record fragment route options **1**
|
* Add TLS record fragment route options **1**
|
||||||
|
@ -452,9 +452,6 @@ match:
|
|||||||
metadata.TLSFragment = true
|
metadata.TLSFragment = true
|
||||||
metadata.TLSFragmentFallbackDelay = routeOptions.TLSFragmentFallbackDelay
|
metadata.TLSFragmentFallbackDelay = routeOptions.TLSFragmentFallbackDelay
|
||||||
}
|
}
|
||||||
if routeOptions.TLSRecordFragment {
|
|
||||||
metadata.TLSRecordFragment = true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
switch action := currentRule.Action().(type) {
|
switch action := currentRule.Action().(type) {
|
||||||
case *rule.RuleActionSniff:
|
case *rule.RuleActionSniff:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user