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] [common]
server_addr = free.frp.ioiox.com server_addr = frp.freefrp.net
server_port = 7007 server_port = 7000
token = www.ioiox.com token = freefrp.net
[web1] [web1_xxxxx]
type = http type = http
local_ip = 192.168.1.2 local_ip = 192.168.1.2
local_port = 5000 local_port = 5000
custom_domains = yourdomain.com custom_domains = yourdomain.com
[web2] [web2_xxxxx]
type = https type = https
local_ip = 192.168.1.2 local_ip = 192.168.1.2
local_port = 5001 local_port = 5001
custom_domains = yourdomain.com custom_domains = yourdomain.com
[tcp1] [tcp1_xxxxx]
type = tcp type = tcp
local_ip = 192.168.1.2 local_ip = 192.168.1.2
local_port = 22 local_port = 22

View File

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

View File

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

View File

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