diff --git a/index.html b/index.html index 7ab17d2..cc5b1c6 100644 --- a/index.html +++ b/index.html @@ -120,7 +120,7 @@
/set relay.network.password yourpassword -/relay add weechat 9001 +/relay add weechat {{ port || 9001 }}WeeChat version 0.4.2 or higher is required.
If WeeChat is already running, you can reload the certificate and private key and set up an encrypted relay on port 8000 with these WeeChat commands:
+If WeeChat is already running, you can reload the certificate and private key and set up an encrypted relay on port {{ port || 8000 }} with these WeeChat commands:
/relay sslcertkey -/relay add ssl.weechat 8000 +/relay add ssl.weechat {{ port || 8000 }}