Explorar el Código

small -> slim

Alexey Sokolov hace 9 años
padre
commit
495346ce45
Se han modificado 2 ficheros con 4 adiciones y 3 borrados
  1. 2 1
      znc/content.md
  2. 2 2
      znc/variant-slim.md

+ 2 - 1
znc/content.md

@@ -30,4 +30,5 @@ often blocked by web browsers, and therefore is not recommended.
 If you use any external module, put the .cpp, .py or .pm file to
 If you use any external module, put the .cpp, .py or .pm file to
 `/znc-data/modules` (you may need to create that directory).
 `/znc-data/modules` (you may need to create that directory).
 
 
-IPv6 is currently disabled in this image.
+Musl silently doesn't support `AI_ADDRCONFIG` yet, and ZNC doesn't support [Happy Eyeballs](https://en.wikipedia.org/wiki/Happy_Eyeballs) yet.
+Together they cause very slow connection. So for now IPv6 is disabled here.

+ 2 - 2
znc/variant-small.md → znc/variant-slim.md

@@ -1,4 +1,4 @@
-## `%%REPO%%:small`
+## `%%REPO%%:slim`
 
 
 This image is smaller, but it doesn't support external modules.
 This image is smaller, but it doesn't support external modules.
-If you need any external C++, Perl or Python module, use `latest` instead of `small`.
+If you need any external C++, Perl or Python module, use `latest` instead of `slim`.