specify 127.0.0.1 in readme. some people still trying to use ipv6.
This commit is contained in:
parent
578deeb6e9
commit
60557979f7
2
README
2
README
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue