-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfrpc.toml
More file actions
47 lines (40 loc) · 779 Bytes
/
frpc.toml
File metadata and controls
47 lines (40 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
serverAddr = "100.100.100.100"
serverPort = 3000
[auth]
token = "ILOVEGLINE!@"
[[proxies]]
name = "Niagara Edge Station Web"
type = "tcp"
localIP = "127.0.0.1"
localPort = 80
remotePort = 5001
[[proxies]]
name = "Niagara Edge Station Web SSLTLS"
type = "tcp"
localIP = "127.0.0.1"
localPort = 443
remotePort = 5002
[[proxies]]
name = "Niagara Edge Foxs"
type = "tcp"
localIP = "127.0.0.1"
localPort = 4911
remotePort = 5003
[[proxies]]
name = "Niagara Edge Platform"
type = "tcp"
localIP = "127.0.0.1"
localPort = 5011
remotePort = 5004
[[proxies]]
name = "test Supervisor Foxs"
type = "tcp"
localIP = "192.168.2.176"
localPort = 4911
remotePort = 5005
[[proxies]]
name = "test Supervisor Platform"
type = "tcp"
localIP = "192.168.2.176"
localPort = 5011
remotePort = 5006