Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
xpanel-cp committed Jul 5, 2024
2 parents 5069b07 + 92acd9a commit 9da204c
Show file tree
Hide file tree
Showing 11 changed files with 453 additions and 18 deletions.
Binary file modified OT/arch64_sb_xpanel.sh.x
Binary file not shown.
2 changes: 1 addition & 1 deletion OT/singbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [[ $uname == x86_64 ]]; then
curl -sL -o /usr/bin/sbx https://raw.githubusercontent.com/xpanel-cp/XPanel-SSH-User-Management/master/sbx.sh.x
chmod +x /usr/bin/sbx && sbx
wait
curl -sL -o /usr/local/bin/sb_xpanel https://raw.githubusercontent.com/xpanel-cp/XPanel-SSH-User-Management/master/sb_xpanel.sh.x
curl -sL -o /usr/local/bin/sb_xpanel https://github.com/xpanel-cp/XPanel-SSH-User-Management/raw/master/sb_xpanel_86_64.sh.x
chmod +x /usr/local/bin/sb_xpanel
echo 'www-data ALL=(ALL:ALL) NOPASSWD:/usr/local/bin/sb_xpanel' | sudo EDITOR='tee -a' visudo
wait
Expand Down
2 changes: 1 addition & 1 deletion README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ X-Panel is a lightweight web application for SSH accounts management. With the h
## Protocol
XPanel supports protocols.<br>
:white_check_mark: `SSH-DIRECT` :white_check_mark: `SSH-TLS` :white_check_mark: `SSH-DROPBEAR` :white_check_mark: `SSH-DROPBEAR-TLS` :white_check_mark: `SSH-WEBSOCKET` <br>
:white_check_mark: `SSH-WEBSOCKET-TLS` :white_check_mark: `VMess ws` :white_check_mark: `VLess Reality` :white_check_mark: `Hysteria2` :white_check_mark: `Tuic`
:white_check_mark: `SSH-WEBSOCKET-TLS` :white_check_mark: `VMess ws` :white_check_mark: `VLess Reality` :white_check_mark: `Hysteria2` :white_check_mark: `Tuic` :white_check_mark: `Shadowsocks`

Ports 443, 80, and 8880 are reserved by default for the web server. <br>
Websocket HTTP Payload<br>
Expand Down
2 changes: 1 addition & 1 deletion README-RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ XPanel - это веб-приложение для управления учет
## Протокол <br>
Протоколы, поддерживаемые XPanel.<br>
:white_check_mark: `SSH-DIRECT` :white_check_mark: `SSH-TLS` :white_check_mark: `SSH-DROPBEAR` :white_check_mark: `SSH-DROPBEAR-TLS` :white_check_mark: `SSH-WEBSOCKET` <br>
:white_check_mark: `SSH-WEBSOCKET-TLS` :white_check_mark: `VMess ws` :white_check_mark: `VLess Reality` :white_check_mark: `Hysteria2` :white_check_mark: `Tuic`
:white_check_mark: `SSH-WEBSOCKET-TLS` :white_check_mark: `VMess ws` :white_check_mark: `VLess Reality` :white_check_mark: `Hysteria2` :white_check_mark: `Tuic` :white_check_mark: `Shadowsocks`

Порты 443, 80 и 8880 резервируются по умолчанию для веб-сервера. <br>
Websocket HTTP Payload<br>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
## پرتکل <br>
پرتکل هایی که ایکس پنل پشتیبانی می کند.<br>
:white_check_mark: `SSH-DIRECT` :white_check_mark: `SSH-TLS` :white_check_mark: `SSH-DROPBEAR` :white_check_mark: `SSH-DROPBEAR-TLS` :white_check_mark: `SSH-WEBSOCKET` <br>
:white_check_mark: `SSH-WEBSOCKET-TLS` :white_check_mark: `VMess ws` :white_check_mark: `VLess Reality` :white_check_mark: `Hysteria2` :white_check_mark: `Tuic`
:white_check_mark: `SSH-WEBSOCKET-TLS` :white_check_mark: `VMess ws` :white_check_mark: `VLess Reality` :white_check_mark: `Hysteria2` :white_check_mark: `Tuic` :white_check_mark: `Shadowsocks`

پورت های 443 و 80 و 8880 بصورت پیش فرض برای وب سرور رزور شده است. <br>
Websocket HTTP Payload<br>
Expand Down
Binary file removed Web Panel/v3.9.2.zip
Binary file not shown.
Loading

0 comments on commit 9da204c

Please sign in to comment.