diff --git a/frpc.toml b/frpc.toml new file mode 100644 index 0000000..1fa598a --- /dev/null +++ b/frpc.toml @@ -0,0 +1,8 @@ +serverAddr = "101.43.50.143" +serverPort = 7000 + +[[proxies]] +name = "life-echo-backend-dev" +type = "http" +localPort = 8000 +customDomains = ["lifechoapidev.worldsplats.com"]