38 lines
582 B
INI
38 lines
582 B
INI
# frpc.ini (FRPC configuration)
|
||
[common]
|
||
server_addr = 21.136.xxx.xxx
|
||
server_port = 7000
|
||
token = ************
|
||
|
||
[open]
|
||
type = http
|
||
local_ip = 192.168.0.254
|
||
local_port = 80
|
||
remote_port = 80
|
||
custom_domains = open.opsbase.cn
|
||
|
||
[test]
|
||
type = http
|
||
local_ip = 192.168.0.254
|
||
local_port = 80
|
||
remote_port = 80
|
||
custom_domains = test.opsbase.cn
|
||
|
||
[tcp4430]
|
||
type = tcp
|
||
local_ip = 10.10.10.209
|
||
local_port = 4430
|
||
remote_port = 4430
|
||
|
||
|
||
[ssh]
|
||
type = tcp
|
||
local_ip = 192.168.0.254
|
||
local_port = 22
|
||
remote_port = 60022
|
||
|
||
[RDP]
|
||
type = tcp
|
||
local_ip = 192.168.0.234
|
||
local_port = 3389
|
||
remote_port = 63389 |