Files
pyxray/TODO.md
T
2026-05-27 00:57:55 +08:00

1.1 KiB
Raw Blame History

  1. Xray 自动下载 / 检查
  2. 节点链接导入与标准化
  3. 节点管理与选择
  4. Xray 配置生成
    • 定义 settings.toml 结构:core / inbounds / routing / transparent / dns / outbound settings。
    • 实现设置读写与默认值:使用 TOML 保存所有配置生成相关参数。
    • 实现基础配置模型:log / inbounds / outbounds / routing / dns。
    • 实现选中节点到 Xray outbound 的转换。
    • 实现 inbound 生成:socks / http / rule socks / rule http / custom inbounds / sniffing。
    • 实现 routing 生成:proxy / direct / whitelist / gfwlist / custom / RoutingA。
    • 实现 DNS 生成:dns rules / dns hosts / dns outbound / dns routing。
    • 实现透明代理配置生成:close / proxy / whitelist / gfwlist / pacredirect / tproxy / system_proxy / tun。
    • 实现 mux / tcpFastOpen / logLevel 等 outbound sockopt 和运行参数。
    • 增加完整配置生成测试:最小配置、规则端口、DNS、透明代理、各协议节点。
  5. Xray 运行控制