docs: Add changeset

Signed-off-by: Nikolai R Kristiansen <nikolai.kristiansen@remarkable.no>
This commit is contained in:
Nikolai R Kristiansen
2023-02-10 13:09:50 +01:00
parent 71f8fc209f
commit dcacf94912
+10
View File
@@ -0,0 +1,10 @@
---
'@techdocs/cli': patch
---
Fix proxying to mkdocs
The domain localhost may point to both 127.0.0.1 and ::1, ipv4 and ipv6
and when node tries to lookup localhost it might prefer ipv6 while mkdocs
is only listening on ipv4. This tells node-proxy to target the ipv4 address
instead of relying on localhost hostname lookup.