2020-08-19 14:13:42 +08:00
2020-08-19 13:56:43 +08:00
2020-08-19 13:56:43 +08:00
2020-08-19 10:45:03 +08:00
2020-08-19 09:34:42 +08:00
2020-08-19 09:34:42 +08:00
2020-08-19 14:13:42 +08:00
2020-08-19 14:13:42 +08:00
2020-08-19 13:56:43 +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 functionality:

  1. Conversion among various formats.
  2. Subscription formatting.
  3. Collect multiple subscription 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.
Description
No description provided
Readme AGPL-3.0 87 MiB
Languages
JavaScript 100%