mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
feat(proxy): add more adapter types to be processed by formatProxyType
This commit is contained in:
parent
0cb0109d43
commit
82452688c9
@ -17,6 +17,14 @@ export const formatProxyType = (type = '') => {
|
||||
return 'ssr'
|
||||
}
|
||||
|
||||
if (t === 'hysteria') {
|
||||
return 'hy'
|
||||
}
|
||||
|
||||
if (t === 'wireguard') {
|
||||
return 'wg'
|
||||
}
|
||||
|
||||
return t
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user