mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-02 20:16:52 +00:00
新功能+bug修复
This commit is contained in:
@@ -14,9 +14,6 @@ var (
|
||||
|
||||
func main() {
|
||||
flag.Parse()
|
||||
//go func() {
|
||||
// http.ListenAndServe("0.0.0.0:8899", nil)
|
||||
//}()
|
||||
stop := make(chan int)
|
||||
for _, v := range strings.Split(*verifyKey, ",") {
|
||||
log.Println("客户端启动,连接:", *serverAddr, " 验证令牌:", v)
|
||||
|
Reference in New Issue
Block a user