EuServ 9/26/2022 09:19:00 上午 1、设置EuServ支持IPV4 旧:echo -e "nameserver 2001:67c:2b0::4\nnameserver 2001:67c:2b0::6" > /etc/resolv.conf 新: echo -e "nameserver 2001:67c:2b0::4\nnameserver 2a0b:f4c0:4d:53::1 " > /etc/resolv.conf 2、 安装Curl apt-get update -y && apt-get install curl -y 阅读全文