Pharos Pro 1.8.6(41) TF:
- 修复配置编辑器部分情况下的崩溃问题
- 修复下载配置订阅文件名的问题
- 配置中支持Xray插件,包括xhttp,上下行分流等配置
---参考配置---
- name: xray-xhttp
type: xray
server: example.com
port: 443
xray-config:
protocol: vless
uuid: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
flow: xtls-rprx-vision # 可选,建议设置
transport: xhttp # 使用xhttp传输层
transport-settings:
path: /path # 路径配置
mode: stream-one # 传输模式: auto/stream-one/packet-up/stream-up
security: tls # 传输层安全
security-settings:
serverName: example.com # TLS SNI
fingerprint: chrome # TLS指纹
- name: xray-reality
type: xray
server: 1.2.3.4
port: 443
xray-config:
protocol: vless
uuid: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
flow: xtls-rprx-vision
transport: xhttp
transport-settings:
path: /path
mode: stream-one
security: reality
security-settings:
serverName: www.example.com # 需要验证的域名
fingerprint: chrome
reality:
enabled: true
publicKey: VnLxAYJ4Tz3qEPKLq92CI9GNZLie4ciOJZBpgxmM4C8
shortId: 0123456789abcdef
- name: xray-split-tls
type: xray
server: upload.example.com # 上行服务器
port: 443
xray-config:
protocol: vless
uuid: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
flow: xtls-rprx-vision
transport: tcp # 上行使用TCP
security: tls
security-settings:
serverName: upload.example.com
fingerprint: chrome
download-settings: # 下行配置
address: download.example.com # 下行服务器
port: 443
network: xhttp # 下行使用XHTTP
security: tls
tlsSettings:
serverName: download.example.com
fingerprint: chrome
xhttpSettings:
path: /download
mode: auto
- name: xray-split-reality
type: xray
server: 1.2.3.4 # 上行服务器
port: 443
xray-config:
protocol: vless
uuid: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
flow: xtls-rprx-vision
security: reality
security-settings:
serverName: www.microsoft.com
fingerprint: chrome
reality:
enabled: true
publicKey: VnLxAYJ4Tz3qEPKLq92CI9GNZLie4ciOJZBpgxmM4C8
shortId: 0123456789abcdef
download-settings:
address: 5.6.7.8 # 不同的下行服务器
port: 443
network: xhttp
security: reality
realitySettings:
publicKey: Public9876Key5432ExampleKey1234567890123
shortId: 123abc
xhttpSettings:
path: /download
mode: stream-one
------
注意:一切从0开始,目前只是一个初始原型,请轻喷,会持续继续完善
- 修复配置编辑器部分情况下的崩溃问题
- 修复下载配置订阅文件名的问题
- 配置中支持Xray插件,包括xhttp,上下行分流等配置
---参考配置---
- name: xray-xhttp
type: xray
server: example.com
port: 443
xray-config:
protocol: vless
uuid: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
flow: xtls-rprx-vision # 可选,建议设置
transport: xhttp # 使用xhttp传输层
transport-settings:
path: /path # 路径配置
mode: stream-one # 传输模式: auto/stream-one/packet-up/stream-up
security: tls # 传输层安全
security-settings:
serverName: example.com # TLS SNI
fingerprint: chrome # TLS指纹
- name: xray-reality
type: xray
server: 1.2.3.4
port: 443
xray-config:
protocol: vless
uuid: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
flow: xtls-rprx-vision
transport: xhttp
transport-settings:
path: /path
mode: stream-one
security: reality
security-settings:
serverName: www.example.com # 需要验证的域名
fingerprint: chrome
reality:
enabled: true
publicKey: VnLxAYJ4Tz3qEPKLq92CI9GNZLie4ciOJZBpgxmM4C8
shortId: 0123456789abcdef
- name: xray-split-tls
type: xray
server: upload.example.com # 上行服务器
port: 443
xray-config:
protocol: vless
uuid: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
flow: xtls-rprx-vision
transport: tcp # 上行使用TCP
security: tls
security-settings:
serverName: upload.example.com
fingerprint: chrome
download-settings: # 下行配置
address: download.example.com # 下行服务器
port: 443
network: xhttp # 下行使用XHTTP
security: tls
tlsSettings:
serverName: download.example.com
fingerprint: chrome
xhttpSettings:
path: /download
mode: auto
- name: xray-split-reality
type: xray
server: 1.2.3.4 # 上行服务器
port: 443
xray-config:
protocol: vless
uuid: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
flow: xtls-rprx-vision
security: reality
security-settings:
serverName: www.microsoft.com
fingerprint: chrome
reality:
enabled: true
publicKey: VnLxAYJ4Tz3qEPKLq92CI9GNZLie4ciOJZBpgxmM4C8
shortId: 0123456789abcdef
download-settings:
address: 5.6.7.8 # 不同的下行服务器
port: 443
network: xhttp
security: reality
realitySettings:
publicKey: Public9876Key5432ExampleKey1234567890123
shortId: 123abc
xhttpSettings:
path: /download
mode: stream-one
------
注意:一切从0开始,目前只是一个初始原型,请轻喷,会持续继续完善