From 64a63e688a944c6e4dbf05e9fbdfdf1d83efdd0f Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Sat, 2 Nov 2024 15:21:26 -0700 Subject: prefer ipv4 over ipv6, so pp can ping ca at school wifi School wifi ipv6 not working, somehow cause pp can't ping ca, not sure why insp can ping ca at school wifi. I don't understand this change also. https://wiki.archlinux.org/title/IPv6#Prefer_IPv4_over_IPv6 https://serverfault.com/questions/93717/setting-ipv4-as-preferred-protocol-over-ipv6 https://kevin-haas.com/posts/how-to-prioritize-ipv4-over-ipv6-on-linux/ --- etc/gai.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/gai.conf b/etc/gai.conf index 4616ed00..ac96e422 100644 --- a/etc/gai.conf +++ b/etc/gai.conf @@ -51,7 +51,7 @@ # # For sites which prefer IPv4 connections change the last line to # -#precedence ::ffff:0:0/96 100 +precedence ::ffff:0:0/96 100 # # scopev4 -- cgit v1.2.3-70-g09d2