specify 127.0.0.1 in readme. some people still trying to use ipv6.

This commit is contained in:
Ted Unangst 2022-07-23 17:49:04 -04:00
parent 578deeb6e9
commit 60557979f7
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -34,7 +34,7 @@ First, create the database. This will ask four questions.
./honk init ./honk init
username: (the username you want) username: (the username you want)
password: (the password 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) servername: (public DNS name: honk.example.com)
Then run honk. Then run honk.