mirror of
https://github.com/EvgenyNerush/easy-xray.git
synced 2025-12-14 05:45:31 +03:00
add CDN instruction
This commit is contained in:
@@ -9,8 +9,11 @@ fi
|
||||
|
||||
dnf update --assumeyes
|
||||
|
||||
# - vim is a cool text editor
|
||||
# - iproute is needed for `ss` command, to see which ports are already in use
|
||||
# - you need podman if plan to use Cloudflare CDN
|
||||
# - jq and openssl are needed for easy-xray
|
||||
dnf install --assumeyes podman openssl jq vim iproute
|
||||
# - you need nginx if plan to use Cloudflare CDN
|
||||
# - iproute is needed for `ss` command, to see which ports are already in use
|
||||
# - vim is a cool text editor
|
||||
dnf install --assumeyes jq openssl nginx iproute vim
|
||||
|
||||
echo -e "Finished. Time to reboot!
|
||||
"
|
||||
|
||||
@@ -105,3 +105,6 @@ echo -e "Then you are ready to log out from the server, then log in as ${usernam
|
||||
with new ssh port ${ssh_port}.
|
||||
"
|
||||
|
||||
echo -e "If you encouner problems, try to reboot server first, to restart services.
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user