1:
bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 11 -v 64 -p "你的密码" -port 22 --ip-addr 你的ip --ip-gate 你的ip网关 --ip-mask 255.255.254.0
2:DD完成配置IPV6
vi /etc/network/interfaces
iface ens3 inet6 static address IPV6地址 netmask 64 gateway IPV6网关 autoconf 0
/etc/init.d/networking restart