Просмотр исходного кода

add -notls to instructions for ircd

narodnik 3 лет назад
Родитель
Сommit
b97679de07
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      doc/src/misc/ircd/ircd.md

+ 1 - 1
doc/src/misc/ircd/ircd.md

@@ -80,7 +80,7 @@ following commands (there is an assumption that `irc_listen` in the
 `ircd` config file is set to `127.0.0.1:6667`):
 `ircd` config file is set to `127.0.0.1:6667`):
 
 
 ```
 ```
-/server add darkfi localhost/6667 -autoconnect
+/server add darkfi localhost/6667 -notls -autoconnect
 /save
 /save
 /quit
 /quit
 ```
 ```