Update gci format

This commit is contained in:
世界
2022-07-08 23:03:57 +08:00
parent 1053bcaada
commit 2cc746aafe
62 changed files with 136 additions and 201 deletions

View File

@@ -6,11 +6,10 @@ import (
"net/netip"
"time"
C "github.com/sagernet/sing-box/constant"
"github.com/sagernet/sing/common"
M "github.com/sagernet/sing/common/metadata"
N "github.com/sagernet/sing/common/network"
C "github.com/sagernet/sing-box/constant"
)
func DialParallel(ctx context.Context, dialer N.Dialer, network string, destination M.Socksaddr, destinationAddresses []netip.Addr, strategy C.DomainStrategy, fallbackDelay time.Duration) (net.Conn, error) {