准备工作 1. apt-get install net-tools #(安装网络工具包) 2. ifconfig -a #(查看本机公网IP地址) 3. route -n #(查看网关地址) DD脚本 bash <(wget --no-check-certificate -qO- \'https://moeclub.org/attachment/LinuxShell/InstallNET.sh\') -d 9 -v 64 -a --ip-addr 194.87.xxx.xxx(改成ifconfig获取到的) …