Update README.md

This commit is contained in:
ab
2025-12-26 03:42:00 +00:00
parent c642bcce1a
commit 451e80aa16

View File

@@ -1,15 +1,12 @@
# VPN Tray Manager # VPN Tray Manager
Simple Windows system tray app for managing xray-core VPN servers. Simple Windows system tray app for managing all xray-core VPN servers using just one SUB link.
## Features ## Features
- System tray icon with context menu - System tray icon
- Auto-start enabled VPN servers on launch
- Manage multiple servers from subscription URL - Manage multiple servers from subscription URL
- Configure local ports and proxy types (SOCKS/HTTP)
- Enable/disable servers individually - Enable/disable servers individually
- Servers restart automatically after config changes
## Requirements ## Requirements
@@ -18,7 +15,7 @@ Simple Windows system tray app for managing xray-core VPN servers.
## Usage ## Usage
1. Run `win-test-tray.exe` 1. Run `Xray-VPN-Manager.exe`
2. Right-click tray icon → Settings 2. Right-click tray icon → Settings
3. Enter subscription URL and xray binary path 3. Enter subscription URL and xray binary path
4. Check servers you want to enable 4. Check servers you want to enable
@@ -26,8 +23,8 @@ Simple Windows system tray app for managing xray-core VPN servers.
Running servers appear in the tray menu: Running servers appear in the tray menu:
``` ```
Server Name (SOCKS:1080) USA (SOCKS:1080)
Another Server (HTTP:1081) France (HTTP:1081)
--- ---
Settings Settings
--- ---