mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 22:50:05 +08:00
update fmt
This commit is contained in:
parent
21f4247aba
commit
34b85d7018
@ -460,6 +460,9 @@ object RawUpdater : GroupUpdater() {
|
||||
"name" -> bean.name = opt.value?.toString()
|
||||
"server" -> bean.serverAddress = opt.value as String
|
||||
"port" -> bean.serverPort = opt.value.toString().toInt()
|
||||
|
||||
"obfs" -> bean.obfuscation = opt.value.toString()
|
||||
|
||||
"auth-str" -> {
|
||||
bean.authPayloadType = HysteriaBean.TYPE_STRING
|
||||
bean.authPayload = opt.value?.toString()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user