mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 04:30:08 +00:00
升级sing和xray内核
This commit is contained in:
@@ -76,9 +76,8 @@ func New(c *conf.CoreConfig) (vCore.Core, error) {
|
||||
}
|
||||
os.Setenv("SING_DNS_PATH", c.SingConfig.DnsConfigPath)
|
||||
}
|
||||
ctx := context.Background()
|
||||
b, err := box.New(box.Options{
|
||||
Context: ctx,
|
||||
Context: context.Background(),
|
||||
Options: options,
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user