HdHamid / Personal-vpn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

راه اندازی سرور فیلترشکن شخصی

لینک ویدیو آموزشی: https://youtu.be/1NfR6wrKTVA

ساخت یک سرور با سیستم عامل: Centos 7 x86 (or) Centos 7 x64

لاگین کردن به سرور با نرم افزار putty و اجرای دستور زیر:

cd /tmp/ && yum install git -y && git clone https://github.com/AlefbeMedia/Personal-vpn.git && cd Personal-vpn/ && sed -i -e 's/\r$//' centos7.sh && chmod 755 centos7.sh && ./centos7.sh

دستورات زیر برای اضافه کردن کاربر به سرور:

useradd [username] -

passwd [username]

About

License:Apache License 2.0


Languages

Language:Shell 100.0%