full_container_scheme/2.docker/frpc.ini

38 lines
582 B
INI
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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