/submixer

Simple script that helps you mix your desired v2ray subscription links into one, on your own webserver & domain

Primary LanguageHTMLMIT LicenseMIT

🌟 SubMixer

SubMixer is a user-friendly Python and Bash script designed to simplify the process of mixing your proxy subscription links into a single, consolidated link.

You will need a domain name and a VPS to run the flask server on

👓 Configuration

  1. Open the urls.txt file located in the repository.
  2. Add your subscription links, each on a separate line, like this:
sub1.link
sub2.link
sub3.link

📚 How to Use

Follow these simple steps to get started with SubMixer:

1. Clone the repository using the following command:

git clone https://github.com/meower1/submixer.git

1- Navigate to the project directory:

cd submixer

2- Run the Bash script to mix your subscription links:

bash script.sh

🪣 Uninstall

systemctl stop flask
systemctl stop submixer