mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +00:00
more ci
This commit is contained in:
@@ -3,8 +3,8 @@ package consts
|
||||
import "path/filepath"
|
||||
|
||||
var (
|
||||
FRPS_BIN_PATH = "../bin/frps"
|
||||
FRPC_BIN_PATH = "../bin/frpc"
|
||||
FRPS_BIN_PATH = "../../bin/frps"
|
||||
FRPC_BIN_PATH = "../../bin/frpc"
|
||||
|
||||
SERVER_ADDR = "127.0.0.1"
|
||||
ADMIN_ADDR = "127.0.0.1:10600"
|
||||
|
Reference in New Issue
Block a user