Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 983 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 983 Bytes

Basic Usage

1. Create instance

Carrier Selection:

OS Version

  • == Ubuntu 16.04(for lotserver scheme)
  • >= Ubuntu 18.04(for bbr-normal scheme)

2. Prepare Domain and Analyze

Apply for a domain from carriers (Aliyun,...) Domain Sample: aoiheaven.ren

3. Don't forget update DNS records

I choose cloudflare for study. But recommend to keep DNS the same with Aliyun manager.

3. Login Server as root (Telnet/SSH)

ssh-keygen -o  # First generate SSH Public Key (Could skip if generate before)
rm -rf ~/.ssh/known_hosts
# Copy public key into server
ssh-copy-id -i ~/.ssh/id_rsa.pub -p <port> <username>@<ipv4-address>

4. Run Script

git clone https://github.com/mjwangg/aoiheavenV2rayBackup.git
cd aoiheavenV2rayBackup
bash rebuild.sh