Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 968 Bytes

File metadata and controls

29 lines (21 loc) · 968 Bytes

English | 简体中文

subcon

subcon

Subscription converter server that renders Clash and Surge configs from local profiles or remote subscriptions. Conversion logic is driven by schema/ and conf/ configs, so you can tune behavior without recompiling the project.

Documentation

Documentation

Support Matrix

Software Import Export Notes
Clash Yes Yes Import expects Clash profile YAML.
Surge No Yes VLESS not supported

Build

  • Install a Rust toolchain that supports the 2024 edition (Rust 1.85+ recommended).
cargo build --release

Run

cargo run -- --pref conf/pref.toml

The server binds to server.listen and server.port from pref.toml.