Deleting a branch is permanent. There is no way to undo it.
- This operation CANNOT be undone.- This operation will permanently delete everything in branch %!s(MISSING).
Deleting a branch is permanent. There is no way to undo it.
- This operation CANNOT be undone.
修改frps.ini
[common] bind_port = 7000 PS:这个端口号自己定义,需要和客户端一致 服务器端启动命令.\frps.exe -c frps.ini
修改frpc.ini [common] server_addr = 47.101.36.130 PS:这个是服务器IP server_port = 7000 PS:与服务器的frp的bind_port一致 [web] type = http local_port = 8698 PS:本地需要调试的程序的端口 custom_domains = test.huiju360.com.cn PS:微信小程序或公总号的域名,域名指向的ip地址必须和server_addr 一致 本地客户端启动命令.\frpc.exe -c frpc.ini