mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-10 13:28:15 +03:00
Add certificate store
This commit is contained in:
@@ -90,7 +90,7 @@ func (r *Router) Start(stage adapter.StartStage) error {
|
||||
var cacheContext *adapter.HTTPStartContext
|
||||
if len(r.ruleSets) > 0 {
|
||||
monitor.Start("initialize rule-set")
|
||||
cacheContext = adapter.NewHTTPStartContext()
|
||||
cacheContext = adapter.NewHTTPStartContext(r.ctx)
|
||||
var ruleSetStartGroup task.Group
|
||||
for i, ruleSet := range r.ruleSets {
|
||||
ruleSetInPlace := ruleSet
|
||||
|
||||
Reference in New Issue
Block a user