|
@@ -21,12 +21,12 @@ import (
|
|
|
"sync"
|
|
|
"time"
|
|
|
|
|
|
- "frp/models/client"
|
|
|
- "frp/models/consts"
|
|
|
- "frp/models/msg"
|
|
|
- "frp/utils/conn"
|
|
|
- "frp/utils/log"
|
|
|
- "frp/utils/pcrypto"
|
|
|
+ "github.com/fatedier/frp/src/models/client"
|
|
|
+ "github.com/fatedier/frp/src/models/consts"
|
|
|
+ "github.com/fatedier/frp/src/models/msg"
|
|
|
+ "github.com/fatedier/frp/src/utils/conn"
|
|
|
+ "github.com/fatedier/frp/src/utils/log"
|
|
|
+ "github.com/fatedier/frp/src/utils/pcrypto"
|
|
|
)
|
|
|
|
|
|
func ControlProcess(cli *client.ProxyClient, wait *sync.WaitGroup) {
|