Skip to content

Commit 14fb045

Browse files
committed
keep reduced scope to loopback addresses
1 parent 6d7c61d commit 14fb045

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ansible/files/gai.conf

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ label ::/0 6
8282
# Decrease scope of private IPv4 to allow quicker IPv6 fallback
8383
scopev4 ::ffff:169.254.0.0/112 2
8484
scopev4 ::ffff:127.0.0.0/104 2
85-
scopev4 ::ffff:10.0.0.0/104 2
86-
scopev4 ::ffff:172.16.0.0/108 2
87-
scopev4 ::ffff:192.168.0.0/112 2
88-
89-
85+
# scopev4 ::ffff:10.0.0.0/104 2
86+
# scopev4 ::ffff:172.16.0.0/108 2
87+
# scopev4 ::ffff:192.168.0.0/112 2

0 commit comments

Comments
 (0)