feat(handlers): add duplicate login check and improve request handling
refactor: move postLog package to root directory and enhance logging fix(frpc): improve request parsing and type handling for instance creation chore: update config paths and enable debug mode
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"listenAddr": "0.0.0.0",
|
||||
"listenPort": "8080",
|
||||
"frpcPath": "/usr/bin/frpc",
|
||||
"frpcPath": "Y:\\Sources\\Projects\\Super-frpc\\frp_0.67.0_windows_amd64\\frpc.exe",
|
||||
"instancePath": "./configs",
|
||||
"debug": false
|
||||
"debug": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user