mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Add certificate store
This commit is contained in:
parent
8b7c8dcdb4
commit
221c003ce0
30 changed files with 4786 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue