mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-09-02 23:38:48 +08:00
Compare commits
3 Commits
81ab06b5bc
...
29775c8558
Author | SHA1 | Date | |
---|---|---|---|
![]() |
29775c8558 | ||
![]() |
df90bd6fa7 | ||
![]() |
83424d2c78 |
@ -98,7 +98,7 @@ func (c *Conn) Write(b []byte) (n int, err error) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if c.splitRecord {
|
if c.splitRecord {
|
||||||
_, err = c.tcpConn.Write(buffer.Bytes())
|
_, err = c.Conn.Write(buffer.Bytes())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
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,6 +452,9 @@ 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