feat: Migrate command auth to high-performance aiohttp server

This commit is contained in:
Whispering Wind
2025-08-22 22:08:10 +03:30
committed by GitHub
parent 1337edb941
commit 0306347189
2 changed files with 88 additions and 2 deletions

View File

@ -13,8 +13,11 @@
}
},
"auth": {
"type": "command",
"command": "/etc/hysteria/core/scripts/hysteria2/user.sh"
"type": "http",
"http": {
"url": "http://127.0.0.1:28262/auth",
"timeout": "5s"
}
},
"quic": {
"initStreamReceiveWindow": 8388608,