feat: 添加代理功能和 realIP配置功能

This commit is contained in:
alger
2025-01-03 23:53:07 +08:00
parent 46f8067577
commit d7e94a342b
5 changed files with 268 additions and 14 deletions
+8
View File
@@ -1,5 +1,13 @@
{
"isProxy": false,
"proxyConfig": {
"enable": false,
"protocol": "http",
"host": "127.0.0.1",
"port": 7890
},
"enableRealIP":false,
"realIP":"",
"noAnimate": false,
"animationSpeed": 1,
"author": "Alger",