From 71a0bcaf6f2e8eadb4d23ff0a4ac84299b824f56 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Fri, 19 Jan 2018 21:40:13 +0100 Subject: [PATCH] fix: IPv6 set up --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index cead7ac15..868141e04 100644 --- a/docs/config.md +++ b/docs/config.md @@ -128,7 +128,7 @@ listen: # - http://localhost:4873 # same thing # - 0.0.0.0:4873 # listen on all addresses (INADDR_ANY) # - https://example.org:4873 # if you want to use https -# - [::1]:4873 # ipv6 +# - "[::1]:4873" # ipv6 # - unix:/tmp/verdaccio.sock # unix socket ```