Skip to content

Commit f4c445c

Browse files
committed
Remove IPv6 entries from hosts as workaround
1 parent 21afac0 commit f4c445c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

hosts

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
127.0.0.1 localhost
2-
::1 localhost ip6-localhost ip6-loopback
3-
fe00::0 ip6-localnet
4-
ff00::0 ip6-mcastprefix
5-
ff02::1 ip6-allnodes
6-
ff02::2 ip6-allrouters
2+
3+
# This is why we can't have nice things: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/868812
4+
#::1 localhost ip6-localhost ip6-loopback
5+
#fe00::0 ip6-localnet
6+
#ff00::0 ip6-mcastprefix
7+
#ff02::1 ip6-allnodes
8+
#ff02::2 ip6-allrouters
79

810
192.168.0.5 raspberrypi

0 commit comments

Comments
 (0)