update singbox

This commit is contained in:
Yuzuki616
2023-10-26 14:06:43 +09:00
parent 7f5b0893f9
commit f928b4f8f3
17 changed files with 186 additions and 608 deletions

View File

@@ -2,9 +2,10 @@ package sing
import (
"fmt"
"github.com/InazumaV/V2bX/conf"
"github.com/inazumav/sing-box/option"
"strconv"
"github.com/InazumaV/V2bX/conf"
"github.com/sagernet/sing-box/option"
)
func processFallback(c *conf.Options, fallbackForALPN map[string]*option.ServerOptions) error {