Update README.md
This commit is contained in:
parent
0007b2ce35
commit
de3ea3e72f
14
README.md
14
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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue