mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 14:40:06 +08:00
yaml 解析http协议增加 allowInsecure 参数解析。
This commit is contained in:
parent
febb1e210e
commit
2ac691ac3a
@ -246,6 +246,7 @@ object RawUpdater : GroupUpdater() {
|
||||
serverPort = proxy["port"].toString().toInt()
|
||||
username = proxy["username"]?.toString()
|
||||
password = proxy["password"]?.toString()
|
||||
allowInsecure = (proxy["skip-cert-verify"]?.toString() == "true")
|
||||
setTLS(proxy["tls"]?.toString() == "true")
|
||||
sni = proxy["sni"]?.toString()
|
||||
name = proxy["name"]?.toString()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user