mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-04-21 05:09:32 +08:00
Sub-Store
This project is still under active development. Current version: v0.1 (backend only).
Subscription manager for QX, Loon and Surge. Core functionalities:
- Conversion among various formats.
- Subscription formatting.
- Collect multiple subscriptions in one URL.
1. Subscription Conversion
Supported Input Formats
- SS URI
- SSR URI
- V2RayN URI
- QX (SS, SSR, VMess, Trojan, HTTP)
- Loon (SS, SSR, VMess, Trojan, HTTP)
- Surge (SS, VMess, Trojan, HTTP)
Supported Target Platforms
- QX
- Loon
- Surge
2. Subscription Formatting
Filtering
- Keyword filter
- Discard keywords filter
- Regex filter
- Discard regex filter
- Region filter
- Type filter
- Useless proxies filter
- Script filter
Proxy Operations
- Set property operator: set some proxy properties such as
udp
,tfo
,skip-cert-verify
etc. - Flag operator: add flags or remove flags for proxies.
- Sort operator: sort proxies by name.
- Keyword sort operator: sort proxies by keywords (fallback to normal sort).
- Keyword rename operator: replace by keywords in proxy names.
- Keyword delete operator: delete by keywords in proxy names.
- Regex rename operator: replace by regex in proxy names.
- Regex delete operator: delete by regex in proxy names.
- Script operator: modify proxy by script.
LICENSE
This project is under the GPL V3 LICENSE.
Languages
JavaScript
99.9%