bhaktadas / forkConfigCollector

PHP script collects V2Ray subscription links from sources, saves to protocol-specific files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConfigCollector

Collector Channels

This project is intended for educational purposes only. Any other use of it, including commercial, personal, or non-educational use, is not accepted!

This is a PHP script that collects V2Ray subscription links from various sources and saves them to different files based on their protocol type (VMess, VLess, Trojan, and Shadowsocks).

Instructions & Usage

Just import the following subscription link into the corresponding client. Use a client that at least support ss + vless + vmess + trojan.

CONFIG TYPE NORMAL SUBSCRIPTION BASE64 SUBSCRIPTION CLASH SUBSCRIPTION CLASH.Meta SUBSCRIPTION
MIX of ALL NORMAL SUBSCRIPTION BASE64 SUBSCRIPTION CLASH SUBSCRIPTION CLASH.Meta SUBSCRIPTION
VMESS NORMAL SUBSCRIPTION BASE64 SUBSCRIPTION CLASH SUBSCRIPTION CLASH.Meta SUBSCRIPTION
VLESS NORMAL SUBSCRIPTION BASE64 SUBSCRIPTION - CLASH.Meta SUBSCRIPTION
REALITY NORMAL SUBSCRIPTION BASE64 SUBSCRIPTION - CLASH.Meta SUBSCRIPTION
TROJAN NORMAL SUBSCRIPTION BASE64 SUBSCRIPTION CLASH SUBSCRIPTION CLASH.Meta SUBSCRIPTION
ShadowSocks NORMAL SUBSCRIPTION BASE64 SUBSCRIPTION CLASH SUBSCRIPTION CLASH.Meta SUBSCRIPTION

Manual Subs Conversion

  • If your client does not support the formats that provided here use below services to convert them to your client format (like surfboard)

Services for online sub conversion:

  • v2rayse

  • sub-web-modify

  • bianyuan

  • If you don't like the groups and rules that are already set, you can simply use bianyuan API like this (ONLY FOR BASE64 SUBSCRIPTION)::

don't use this API for your personal subs! Pls run the subconverter locally

https://pub-api-1.bianyuan.xyz/sub?target=(OutputFormat)&url=(SubUrl)&insert=false

For Example:
(OutputFormat) = clash
(SubUrl) = https://raw.githubusercontent.com/yebekhe/ConfigCollector/main/sub/mix_base64

https://pub-api-1.bianyuan.xyz/sub?target=clash&url=https://raw.githubusercontent.com/yebekhe/ConfigCollector/main/sub/mix_base64&insert=false

Now you can use the link above to import the subs into your client

NODE Sources

You can check source of configs from here

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

PHP script collects V2Ray subscription links from sources, saves to protocol-specific files

License:MIT License


Languages

Language:PHP 100.0%