Create frp/frpc.ini
Browse files- frp/frpc.ini +21 -0
frp/frpc.ini
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[common]
|
2 |
+
server_addr = 43.134.133.34
|
3 |
+
server_port = 7000
|
4 |
+
|
5 |
+
[sikcj]
|
6 |
+
type = tcp
|
7 |
+
local_ip = 127.0.0.1
|
8 |
+
local_port = 7860
|
9 |
+
remote_port = 7788
|
10 |
+
|
11 |
+
[sikcsavbj]
|
12 |
+
type = tcp
|
13 |
+
local_ip = 127.0.0.1
|
14 |
+
local_port = 8188
|
15 |
+
remote_port = 7789
|
16 |
+
|
17 |
+
[sikcjnf]
|
18 |
+
type = tcp
|
19 |
+
local_ip = 127.0.0.1
|
20 |
+
local_port = 22
|
21 |
+
remote_port = 7722
|