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

@@ -4,9 +4,8 @@ import (
"context"
"net/netip"
M "github.com/sagernet/sing/common/metadata"
C "github.com/sagernet/sing-box/constant"
M "github.com/sagernet/sing/common/metadata"
)
type Inbound interface {

View File

@@ -5,10 +5,9 @@ import (
"net"
"net/netip"
N "github.com/sagernet/sing/common/network"
"github.com/sagernet/sing-box/common/geoip"
C "github.com/sagernet/sing-box/constant"
N "github.com/sagernet/sing/common/network"
"golang.org/x/net/dns/dnsmessage"
)