feat: Migrate command auth to high-performance aiohttp server
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user