ubuntu网络配置

1
2
3
4
5
6
7
8
sudo nano /etc/gai.conf
Locate #precedence ::ffff:0:0/96 100 and and remove the #.

$ sudo nano /etc/sysctl.conf
# IPv6
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
请作者喝一杯咖啡☕️