diff --git a/README.md b/README.md index bc51cbf0..dfc81917 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ src="https://github.com/alireza0/x-ui/assets/115543613/dd4f10dd-8bb0-40cf-846f-1 | Client & Traffic & System Status | :heavy_check_mark: | | Date & Traffic Cap Based on First Use | :heavy_check_mark: | | REST API | :heavy_check_mark: | -| TG Bot (DB backup + admin + client) | :heavy_check_mark: | +| TG Bot (DB backup + admin + client) | :heavy_check_mark: | | Subscription Service (link + info) | :heavy_check_mark: | | Search in Deep | :heavy_check_mark: | | Dark/Light Theme | :heavy_check_mark: | @@ -123,9 +123,10 @@ docker build -t x-ui . ## Features -- Supports protocols including VLESS, VMess, Trojan, Shadowsocks, Dokodemo-door, SOCKS, HTTP +- Supports protocols including VLESS, VMess, Trojan, Shadowsocks, Dokodemo-door, SOCKS, HTTP, Wireguard - Supports XTLS protocols, including Vision and REALITY - An advanced interface for routing traffic, incorporating PROXY Protocol, Reverse, External, and Transparent Proxy, along with Multi-Domain, SSL Certificate, and Port +- Support auto generate Cloudflare WARP using Wireguard outbound - An interactive JSON interface for Xray template configuration - An advanced interface for inbound and outbound configuration - Clients’ traffic cap and expiration date based on first use @@ -151,6 +152,7 @@ docker build -t x-ui . ![Dark inbounds](./media/inbounds-dark.png) ![outbounds](./media/outbounds.png) ![rules](./media/rules.png) +![warp](./media/warp.png) ## API Routes diff --git a/media/inbounds-dark.png b/media/inbounds-dark.png index f405b3eb..dea42292 100644 Binary files a/media/inbounds-dark.png and b/media/inbounds-dark.png differ diff --git a/media/inbounds.png b/media/inbounds.png index d400d9f7..4ded27d3 100644 Binary files a/media/inbounds.png and b/media/inbounds.png differ diff --git a/media/outbounds.png b/media/outbounds.png index 37245dbc..1da53e90 100644 Binary files a/media/outbounds.png and b/media/outbounds.png differ diff --git a/media/warp.png b/media/warp.png new file mode 100644 index 00000000..3e984744 Binary files /dev/null and b/media/warp.png differ