Update reality server

This commit is contained in:
世界
2023-02-26 20:55:36 +08:00
parent 842730707c
commit 22bf7a9509
6 changed files with 11 additions and 15 deletions

View File

@@ -11,6 +11,7 @@ import (
"os"
"time"
"github.com/sagernet/reality"
"github.com/sagernet/sing-box/adapter"
"github.com/sagernet/sing-box/common/dialer"
"github.com/sagernet/sing-box/log"
@@ -19,8 +20,6 @@ import (
E "github.com/sagernet/sing/common/exceptions"
M "github.com/sagernet/sing/common/metadata"
N "github.com/sagernet/sing/common/network"
"github.com/nekohasekai/reality"
)
var _ ServerConfigCompat = (*RealityServerConfig)(nil)