From 60557979f7371fbb00509e49bd1c387d5d37658e Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sat, 23 Jul 2022 17:49:04 -0400 Subject: [PATCH] specify 127.0.0.1 in readme. some people still trying to use ipv6. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index cacc015..8e32b20 100644 --- a/README +++ b/README @@ -34,7 +34,7 @@ First, create the database. This will ask four questions. ./honk init username: (the username you want) password: (the password you want) -listenaddr: (tcp or unix: localhost:31337, /var/www/honk.sock, etc.) +listenaddr: (tcp or unix: 127.0.0.1:31337, /var/www/honk.sock, etc.) servername: (public DNS name: honk.example.com) Then run honk.