Skip to content

Instantly share code, notes, and snippets.

View AlekseiOvchinnikov13's full-sized avatar

Aleksei Ovchinnikov AlekseiOvchinnikov13

View GitHub Profile
@AlekseiOvchinnikov13
AlekseiOvchinnikov13 / !Proxy setup
Last active February 22, 2024 08:41
Proxy setup
source https://habr.com/ru/articles/731608/
wget https://github.com/XTLS/Xray-core/releases/download/v1.8.1/Xray-linux-64.zip
mkdir /opt/xray
unzip ./Xray-linux-64.zip -d /opt/xray
chmod +x /opt/xray/xray
nano /usr/lib/systemd/system/xray.service
# (пример ниже)