https://github.com/reznetdevops/xray-installer
https://github.com/reznetdevops/xray-installer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/reznetdevops/xray-installer
- Owner: rezNetDevOps
- License: gpl-3.0
- Created: 2023-02-16T19:26:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T19:43:58.000Z (over 3 years ago)
- Last Synced: 2025-02-09T19:35:33.681Z (over 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xray-installer
This script downloads and installs the Xray binary, prompts the user to select a template from the Xray-examples repository, downloads the template, and customizes it with the necessary configuration keys. Finally, it starts the Xray service with the customized config.
You will need to have the `jq` command-line tool installed to run the script. If you don't have jq installed, you can install it with the command `sudo apt-get install jq` (for Ubuntu or Debian) or `sudo yum install jq` (for CentOS or Red Hat).