Update v0.34.3

This commit is contained in:
Stille 2021-01-19 20:35:58 +08:00
parent e20522efd4
commit 42cdbfbd3f
4 changed files with 9 additions and 9 deletions

View File

@ -1,21 +1,21 @@
[common]
server_addr = free.frp.ioiox.com
server_port = 7007
token = www.ioiox.com
server_addr = frp.freefrp.net
server_port = 7000
token = freefrp.net
[web1]
[web1_xxxxx]
type = http
local_ip = 192.168.1.2
local_port = 5000
custom_domains = yourdomain.com
[web2]
[web2_xxxxx]
type = https
local_ip = 192.168.1.2
local_port = 5001
custom_domains = yourdomain.com
[tcp1]
[tcp1_xxxxx]
type = tcp
local_ip = 192.168.1.2
local_port = 22

View File

@ -1,5 +1,5 @@
#!/bin/sh
FRP_VERSION="0.33.0"
FRP_VERSION="0.34.3"
REPO="stilleshan/frpc"
WORK_PATH=$(dirname $(readlink -f $0))

View File

@ -1,5 +1,5 @@
#!/bin/sh
FRP_VERSION="0.33.0"
FRP_VERSION="0.34.3"
REPO="stilleshan/frpc"
WORK_PATH=$(dirname $(readlink -f $0))

View File

@ -1,5 +1,5 @@
#!/bin/sh
FRP_VERSION="0.33.0"
FRP_VERSION="0.34.3"
REPO="stilleshan/frpc"
WORK_PATH=$(dirname $(readlink -f $0))