Skip to content

Commit

Permalink
add document for urlline subscription container format support
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Jan 17, 2025
1 parent 860813b commit 0f1bbed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/en_US/v5/config/service/subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ The 3 currently supported container formats are:
- JsonFieldArray: A superset of SIP008 or OOCv1 format. The document contains one or more array field at root object. And each item in the arrays is a server definition.
- Yaml2Json+JsonFieldArray: A superset of Clash format. The document are converted to json from Yaml format and processed with JsonFieldArray.
- DataURLSingle: A single server spec wrapped in DataURL. The media type must be "application/vnd.v2ray.subscription-singular" for it to be accepted.
- URLLine: Files containing `newline` separated server definitions. (v5.25.0+)

Use `v2ray engineering subscriptionEntriesExtract -input filename` to output a zipped file contains what would be captured by V2Ray's Subscription Container parser.

Expand Down

0 comments on commit 0f1bbed

Please sign in to comment.