补充修改Auto组节点的功能

pull/30/head
Sheng Li 7 years ago committed by GitHub
parent 70ffd5f8ab
commit e1c5183f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,6 +62,10 @@ const fields = [{
name: 'hostname', name: 'hostname',
text: 'MITM中的hostname' text: 'MITM中的hostname'
}, },
{
name: 'AutoGroup',
text: '自定义Auto组所用节点节点名称务必与前面保持一致用英文逗号分隔(必填)'
},
{ {
name: 'extProxyGroup', name: 'extProxyGroup',
text: '自定义代理组' text: '自定义代理组'
@ -128,6 +132,7 @@ use-keyword-filter = false`,
'SSID': "", 'SSID': "",
'extProxy': "", 'extProxy': "",
'hostname': "", 'hostname': "",
'AutoGroup': `🇺🇸 US,🇭🇰 HK,🇯🇵 JP,🇸🇬 SG`,
'extProxyGroup': "", 'extProxyGroup': "",
'MITM': `skip-server-cert-verify = true 'MITM': `skip-server-cert-verify = true
tcp-connection = false tcp-connection = false
@ -165,7 +170,7 @@ ${config.extProxy}
🍂 Domestic = select, 🚀 Direct, 🍃 Proxy 🍂 Domestic = select, 🚀 Direct, 🍃 Proxy
🍎 Only = select, 🚀 Direct,${ProxyList} 🍎 Only = select, 🚀 Direct,${ProxyList}
Others = select,🚀 Direct,🍃 Proxy Others = select,🚀 Direct,🍃 Proxy
🏃 Auto = url-test,${ProxyList},url = http://www.gstatic.com/generate_204, interval = 1200 🏃 Auto = url-test,${config.AutoGroup},url = http://www.gstatic.com/generate_204, interval = 1200
# my extProxyGroup # my extProxyGroup
${config.extProxyGroup} ${config.extProxyGroup}

Loading…
Cancel
Save