UserPass Method

This commit is contained in:
H-Return
2024-06-05 19:40:12 +00:00
parent 03455bf3a8
commit ef197b3e16
2 changed files with 7 additions and 5 deletions

View File

@ -13,8 +13,10 @@
}
},
"auth": {
"type": "password",
"password": "$authpassword"
"type": "userpass",
"userpass": {
"default": "$authpassword"
}
},
"quic": {
"initStreamReceiveWindow": 8388608,