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:
2026-02-27 21:04:08 +08:00
parent 5020d61780
commit 8f711a3823
6 changed files with 110 additions and 25 deletions
+5
View File
@@ -0,0 +1,5 @@
[common]
server_addr = 127.0.0.1
server_port = 7000
auth_method = token
=