Skip to content

iFHax/MultiportV3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commands :

Update & Upgrade First Your VPS for Debian 10 & 11

  apt update -y && apt upgrade -y && apt dist-upgrade -y && reboot

Update & Upgrade First Your VPS for Ubuntu 18.04 & 20.04

  apt-get update && apt-get upgrade -y && apt dist-upgrade -y && update-grub && reboot

INSTALLATION SCRIPT

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://raw.githubusercontent.com/KhaiVpn767/MultiportV3/main/V1/setup-lite.sh && chmod +x setup-lite.sh && sed -i -e 's/\r$//' setup-lite.sh && screen -S setup ./setup-lite.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 72.7%
  • JavaScript 14.6%
  • Python 12.7%