Spaces:
Paused
Paused
Create exfrpc.toml
Browse files- exfrpc.toml +9 -0
exfrpc.toml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
serverAddr = "vscodes.exfrp.fun"
|
| 2 |
+
serverPort = 7000
|
| 3 |
+
|
| 4 |
+
[[proxies]]
|
| 5 |
+
apiKey = "gefXLdmpPXUEPwqnZBjqxCHzJaNeeTlSvXxOfHzprAlPtUBOEtQvTARdBSsQxdut"
|
| 6 |
+
domain = "vscodes.exfrp.fun"
|
| 7 |
+
type = "http"
|
| 8 |
+
localIP = "127.0.0.1"
|
| 9 |
+
localPort = 7860
|