From de3ea3e72fc92903d7aea72b9822869a87a1fa6e Mon Sep 17 00:00:00 2001 From: Christian MOMON Date: Tue, 18 Jan 2022 21:18:26 +0000 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7505cd9..f6a3328 100644 --- a/README.md +++ b/README.md @@ -102,3 +102,17 @@ nginx -t && systemctl reload nginx # Service StatoolInfos TODO + +# Configuration /etc/hosts + +Le programme StatoolInfos va faire des requêtes web sur la vm donc il a besoin de la voir. +Pour éviter d'avoir un court-circuit proxy ipv4, modifier le fichier `/etc/hosts` pour déclarer stats.chalec.org en ipv6 local uniquement : +``` +127.0.0.1 localhost +127.0.1.1 stats + +# The following lines are desirable for IPv6 capable hosts +::1 localhost ip6-localhost ip6-loopback stats.chalec.org stats +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters +```