Update frpc.toml and package.sh

This commit is contained in:
dragon 2024-03-22 15:38:11 +08:00
parent 71f3d74420
commit ec026e0c2a
2 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
serverAddr = "127.0.0.1"
serverAddr = "52.77.216.244"
serverPort = 7000
[[proxies]]
name = "test-tcp"
type = "tcp"
localIP = "127.0.0.1"
localPort = 22
remotePort = 6000
name = "demo.gaianet.xyz"
type = "http"
localPort = 8080
#remotePort = 80
subdomain = "demo"

View File

@ -25,7 +25,7 @@ cd ./release
for os in $os_all; do
for arch in $arch_all; do
frp_dir_name="frp_${frp_version}_${os}_${arch}"
frp_path="./packages/frp_${frp_version}_${os}_${arch}"
frp_path="./packages/gaianet_domain_${frp_version}_${os}_${arch}"
if [ "x${os}" = x"windows" ]; then
if [ ! -f "./frpc_${os}_${arch}.exe" ]; then