frpc/frpc.ini

23 lines
392 B
INI
Raw Normal View History

2020-02-08 13:29:35 +08:00
[common]
2021-01-19 20:35:58 +08:00
server_addr = frp.freefrp.net
server_port = 7000
token = freefrp.net
2020-02-08 13:29:35 +08:00
2021-01-19 20:35:58 +08:00
[web1_xxxxx]
2020-02-08 13:29:35 +08:00
type = http
local_ip = 192.168.1.2
local_port = 5000
custom_domains = yourdomain.com
2021-01-19 20:35:58 +08:00
[web2_xxxxx]
2020-02-08 13:29:35 +08:00
type = https
local_ip = 192.168.1.2
local_port = 5001
custom_domains = yourdomain.com
2021-01-19 20:35:58 +08:00
[tcp1_xxxxx]
2020-02-08 13:29:35 +08:00
type = tcp
local_ip = 192.168.1.2
local_port = 22
remote_port = 22222
custom_domains = yourdomain.com