Xray-install icon indicating copy to clipboard operation
Xray-install copied to clipboard

Easiest way to install & upgrade Xray.

Results 38 Xray-install issues
Sort by recently updated
recently updated
newest added

ubuntu 20.04LTS , Xray安装后一直正常工作,考虑安全问题,使用“# bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install” 命令来升级,过程正常。 显示“info: Xray is installed.”。但是无法启动xray! ![image](https://user-images.githubusercontent.com/1780889/176343117-f7c84bd0-c137-4cfe-b640-caaf9f33a992.png) 什么原因,怎么修复?

你好 我考虑用双核小米千兆路由器上安装xray服务器(满100M我足够)。你们试过安装吗? OpenWRT支持xray-install吗?推荐多少M运存,内存?256M+128M够不够? mips服务器教程不好找。 谢谢

https://github.com/Loyalsoldier/v2ray-rules-dat

``` cat /etc/os-release NAME="OpenWrt" VERSION="19.07.7" ID="openwrt" ID_LIKE="lede openwrt" PRETTY_NAME="OpenWrt 19.07.7" VERSION_ID="19.07.7" HOME_URL="https://openwrt.org/" BUG_URL="https://bugs.openwrt.org/" SUPPORT_URL="https://forum.openwrt.org/" BUILD_ID="r11306-c4a6851c72" OPENWRT_BOARD="x86/64" OPENWRT_ARCH="x86_64" OPENWRT_TAINTS="" OPENWRT_DEVICE_MANUFACTURER="OpenWrt" OPENWRT_DEVICE_MANUFACTURER_URL="https://openwrt.org/" OPENWRT_DEVICE_PRODUCT="Generic" OPENWRT_DEVICE_REVISION="v0" OPENWRT_RELEASE="OpenWrt 19.07.7 r11306-c4a6851c72" ```

运行bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install 提示curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104

能否添加个使用代理服务器的功能,墙内鸡装好慢啊. 或者使用自定义源来安装,必须先下载安装包到指定位置,在运行脚本安装.

之前速度都还正常,现在速度突然下降,能否更新下脚本,谢谢了🙏

见 https://github.com/systemd/systemd/commit/bed0b7dfc0070e920d00c89d9a4fd4db8d974cf0 。 从 Systemd v246-rc1 起 Systemd 不再鼓励在 Service File 中使用 `User=nobody`,并且会显示以下错误提示。 ``` Special user nobody configured, this is not safe! ``` 也许我们应该用 `DynamicUser=1` 来替换它,或为程序专门分配一个系统用户和系统组。 >It is strongly recommended...

配置文件无法使用acme.sh导出的证书fullchain.cer 、private.key ~/.acme.sh/acme.sh --issue -d 域名 --standalone -k ec-256 --force ~/.acme.sh/acme.sh --install-cert -d 域名 --fullchain-file /usr/local/etc/xray/fullchain.cer --key-file /usr/local/etc/xray/private.key --ecc