meower1 / v2meow

Simple xray reality setup script which aims to minimize the effort to set your proxy server up

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌟 Description

One-click Vless-Reality setup with customizable transmission protocol

👀 Supported modes

Automatic Mode : (Recommended)

Automatically finds the best sni for your server and makes an xtls reality config in one click

Manual Mode :

  • Manually set the following :
    • Transfer protocol (XTLS - GRPC - H2)
    • Port (default = 443)
    • Sni (default = auto)

Sni Finder :

Scans a modifiable list of sni's inside tlsping/sni.txt and returns the one with the lowest tls latency

⚙️ Setup:

Paste these commands in your terminal :

sudo apt install git curl -y
git clone https://github.com/meower1/v2meow.git
cd v2meow
python3 v2meow.py

🧭 TODO / Roadmap

  • 1. Enable BBR
  • 2. Add support for H2 and GRPC
  • 3. Add manual mode for Sni
  • 4. Make it run on Docker
  • 5. Add a status checker function
  • 6. Add Ascii art and better visuals

👋 Contributing

Contributions are always welcome!

License

MIT License

فارسی

این اسکریپت بصورت اتوماتیک در یک کلیک برای شما سرور ریالیتی میسازه. حالت های پشتیبانی شده بالا نوشته شده.

طریقه نصب

کامند های خاکستری مراحل installation رو به ترتیب توی ترمینال سرور مجازیتون پیست کنین

About

Simple xray reality setup script which aims to minimize the effort to set your proxy server up

License:MIT License


Languages

Language:Python 100.0%