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 +```