From 02167901f25ee8828198de8656ea675d874e3108 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:41:07 +0330 Subject: [PATCH] Change auth --- config.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 4fb2ef6..fd9d9d4 100644 --- a/config.json +++ b/config.json @@ -13,10 +13,8 @@ } }, "auth": { - "type": "userpass", - "userpass": { - "default": "$authpassword" - } + "type": "command", + "command": "/etc/hysteria/users/user.sh" }, "quic": { "initStreamReceiveWindow": 8388608,