UBUNTU 不使用 IPv6

編輯 /etc/sysctl.conf

在檔案最後加入以下三行:
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1

在終端機執行以下命令:
sysctl -p