mirror of https://github.com/dnomd343/ProxyC
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.7 KiB
1.7 KiB
代理节点格式
Shadowsocks
{
'type': 'ss',
'name': '...',
'info': ssObject
}
- type:节点类型
- name:节点名称(可选)
- ssObject:节点信息
ShadowsocksR
{
'type': 'ssr',
'name': '...',
'group': '...',
'info': ssrObject
}
- type:节点类型
- name:节点名称(可选)
- group:节点群组(可选)
- ssrObject:节点信息
VMess
{
'type': 'vmess',
'name': '...',
'info': vmessObject
}
- type:节点类型
- name:节点名称(可选)
- vmessObject:节点信息
VLESS
{
'type': 'vless',
'name': '...',
'info': vlessObject
}
- type:节点类型
- name:节点名称(可选)
- vlessObject:节点信息
Trojan
{
'type': 'trojan',
'name': '...',
'info': trojanObject
}
- type:节点类型
- name:节点名称(可选)
- trojanObject:节点信息
Trojan-Go
{
'type': 'trojan-go',
'name': '...',
'info': trojanGoObject
}
- type:节点类型
- name:节点名称(可选)
- trojanGoObject:节点信息
Brook
{
'type': 'brook',
'name': '...',
'info': brookObject
}
- type:节点类型
- name:节点名称(可选)
- brookObject:节点信息
Hysteria
{
'type': 'hysteria',
'name': '...',
'info': hysteriaObject
}
- type:节点类型
- name:节点名称(可选)
- hysteriaObject:节点信息