From 6085fcdef9821963c557fe19c1dc935f8aa86b16 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 1 Jul 2021 15:45:08 -0400 Subject: mention config rehashing --- irc.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/irc.html b/irc.html index 2a7cc95..dfc9e9c 100644 --- a/irc.html +++ b/irc.html @@ -68,9 +68,6 @@ drwxr-xr-x 2 ergo ergo 12288 Jul 1 09:01 languages

If you see something similar to the above, that means Ergo is installed, although not quite ready to run yet.

- TODO Mention UFW firewall ports 6667, 6697 - TODO Mention config rehashing at runtime (mention use-cases like new opers, etc) -

Configuring Ergo

@@ -538,7 +535,8 @@ cd server

It will stay online until you close the terminal, or press CTRL+C. Don't worry, the next section goes over how to make it run like a normal server with a SystemD service.
If you have not already, make sure the port 6697 is not blocked on your server. If you are using UFW as your firewall, - you need to run ufw enable 6697 (not as the ergo user, of course). + you need to run ufw enable 6697 (not as the ergo user, of course).
+ If you make and configuration changes while the server is running, you can apply them without restarting by typing /rehash as an operator.

Connecting to the server

-- cgit v1.2.3