Upload frpc.ini
This commit is contained in:
23
frpc.ini
Normal file
23
frpc.ini
Normal file
@@ -0,0 +1,23 @@
|
||||
[common]
|
||||
server_addr = free.frp.ioiox.com
|
||||
server_port = 7007
|
||||
token = www.ioiox.com
|
||||
|
||||
[web1]
|
||||
type = http
|
||||
local_ip = 192.168.1.2
|
||||
local_port = 5000
|
||||
custom_domains = yourdomain.com
|
||||
|
||||
[web2]
|
||||
type = https
|
||||
local_ip = 192.168.1.2
|
||||
local_port = 5001
|
||||
custom_domains = yourdomain.com
|
||||
|
||||
[tcp1]
|
||||
type = tcp
|
||||
local_ip = 192.168.1.2
|
||||
local_port = 22
|
||||
remote_port = 22222
|
||||
custom_domains = yourdomain.com
|
||||
Reference in New Issue
Block a user