diff --git a/doc/getting-started.md b/doc/getting-started.md index 3eac9be..c9c4760 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -7,6 +7,11 @@ To create an admin user and start soju, run these commands: sojuctl create-user -admin soju -listen irc+insecure://127.0.0.1:6667 +soju will listen for unencrypted IRC connections on the default port. This is +enough for local experiments, but for a proper setup you will need to configure +TLS (e.g. by setting up a reverse proxy, or by specifying the TLS certificates +in the soju configuration file). Setting up on-disk chat logs is recommended. + If you're migrating from ZNC, a tool is available to import users, networks and channels from a ZNC config file: