mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-27 04:39:02 +03:00
Add Snell protocol. Refactor MASQUE HTTP/2, Fair Queue. Update XHTTP, OpenVPN, Sudoku, Fallback. Fixes
This commit is contained in:
@@ -69,3 +69,8 @@ type RateLimiterUser struct {
|
||||
Count uint32 `json:"count"`
|
||||
Interval badoption.Duration `json:"interval"`
|
||||
}
|
||||
|
||||
type FairQueueOutboundOptions struct {
|
||||
FlowKeys []string `json:"flow_keys,omitempty"`
|
||||
Outbound string `json:"outbound"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user