|
@@ -9,13 +9,6 @@ import (
|
|
|
"path/filepath"
|
|
|
"time"
|
|
|
|
|
|
- "github.com/sagernet/sing-box/adapter"
|
|
|
- "github.com/sagernet/sing-box/common/geoip"
|
|
|
- "github.com/sagernet/sing-box/common/geosite"
|
|
|
- "github.com/sagernet/sing-box/common/sniff"
|
|
|
- C "github.com/sagernet/sing-box/constant"
|
|
|
- "github.com/sagernet/sing-box/log"
|
|
|
- "github.com/sagernet/sing-box/option"
|
|
|
"github.com/sagernet/sing/common"
|
|
|
"github.com/sagernet/sing/common/buf"
|
|
|
"github.com/sagernet/sing/common/bufio"
|
|
@@ -24,6 +17,14 @@ import (
|
|
|
M "github.com/sagernet/sing/common/metadata"
|
|
|
N "github.com/sagernet/sing/common/network"
|
|
|
"github.com/sagernet/sing/common/rw"
|
|
|
+
|
|
|
+ "github.com/sagernet/sing-box/adapter"
|
|
|
+ "github.com/sagernet/sing-box/common/geoip"
|
|
|
+ "github.com/sagernet/sing-box/common/geosite"
|
|
|
+ "github.com/sagernet/sing-box/common/sniff"
|
|
|
+ C "github.com/sagernet/sing-box/constant"
|
|
|
+ "github.com/sagernet/sing-box/log"
|
|
|
+ "github.com/sagernet/sing-box/option"
|
|
|
)
|
|
|
|
|
|
var _ adapter.Router = (*Router)(nil)
|