سیستم خودت رو به وی پی ان گوگل تبدیل کن (Outline VPN Server)

Tech Swot
Tech Swot
2.8 هزار بار بازدید - 2 سال پیش - Outline VPN installation tutorial on
Outline VPN installation tutorial on Windows with WSL (Windows Subsystem for Linux) and Docker:

Used commands:

sudo apt update
sudo apt full-upgrade
wget https://raw.githubusercontent.com/Jig...
vim ./install_server.sh
:%s/--net host/-p 1080:1080 -p 8080:8080
sudo chmod +x ./install_server.sh
sudo ./install_server.sh --api-port 1080 --keys-port 8080 --hostname 127.0.0.1
ssh -NR 8080 username@hostname

sudo vim /etc/ssh/sshd_config
sudo systemctl restart sshd

sudo ufw allow 8080/tcp
sudo ufw reload
-------------------------------------------
-------------------------------------------
sudo firewall-cmd --add-port=8080/tcp --permanent
sudo firewall-cmd --reload

ssh-keygen -t ed25519
type .ssh\id_ed25519.pub
vim .ssh/authorized_keys
restrict,port-forwarding,command="/bin/false" [key]

Requirement links:
https://getoutline.org
https://docker.com
https://learn.microsoft.com/en-us/win...
2 سال پیش در تاریخ 1401/08/02 منتشر شده است.
2,889 بـار بازدید شده
... بیشتر