meower1 / submixer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌟 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

About

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

License:MIT License


Languages

Language:HTML 81.5%Language:Shell 15.8%Language:Python 2.7%