月度归档: 2025 年 9 月
thumbnail
VPS

服务器没有IPv6 却解析IPv6地址 导致无法访问网站

编辑 nano /etc/network/interfaces 粘贴 iface eth0 inet6 static disable-ipv6 yes 重启后生效   临时: sudo sysctl -w net.ipv6.conf.all.disab……