aidanvpn

irwanmohi 40d9955d7a Add 'FILES/service/README.md' 2 years ago
FILES 40d9955d7a Add 'FILES/service/README.md' 2 years ago
README.md a3f93dd72c Update 'README.md' 2 years ago
install.sh 7fe1d9922e Update 'install.sh' 2 years ago

README.md

aidanvpn

CARA-CARANYA

  1. Pertama sekali, sila jalankan script ini terlebih dahulu.
apt update && apt upgrade -y --fix-missing && update-grub && sleep 2 && reboot

Selepas install, server akan reboot. Tunggu sehingga server selesai reboot

  1. Kemudian jalankan script ini.
sysctl -w net.ipv6.conf.all.disable_ipv6=1 && sysctl -w net.ipv6.conf.default.disable_ipv6=1 && apt update && apt install -y bzip2 gzip coreutils screen curl && wget https://notabug.org/irwanmohi/aidanvpn/raw/master/install.sh && chmod +x install.sh && ./install.sh  && rm -rf ./install.sh