diff options
| author | Druid520 <r.ustydruid520@proton.me> | 2026-08-15 18:16:41 -0700 |
|---|---|---|
| committer | Druid520 <r.ustydruid520@proton.me> | 2026-08-15 18:16:41 -0700 |
| commit | a5c313c80080bbb7a652b5d1ee9e88db96ed532a (patch) | |
| tree | 29245724cf2c6601337a80dc3395a3bf02ee2fb9 | |
| parent | 1900894217b041b25f2bd759769c5fd50778c0a5 (diff) | |
MOD: fix.
| -rw-r--r-- | irc.html | 6 |
1 files changed, 3 insertions, 3 deletions
| diff --git a/irc.html b/irc.html index 8514255..1ac247e 100644 --- a/irc.html +++ b/irc.html | |||
| @@ -18,21 +18,21 @@ | |||
| 18 | <p>then you can log in with sasl. put this in ~/.config/catgirl/irc.0druid.cc:</p> | 18 | <p>then you can log in with sasl. put this in ~/.config/catgirl/irc.0druid.cc:</p> |
| 19 | <pre>host = irc.0druid.cc | 19 | <pre>host = irc.0druid.cc |
| 20 | port = 6697 | 20 | port = 6697 |
| 21 | sasl-plain = nick:pass | ||
| 22 | nick = nick | 21 | nick = nick |
| 23 | user = nick | 22 | user = nick |
| 24 | real = nick | 23 | real = nick |
| 25 | pass = servpass</pre> | 24 | pass = servpass |
| 25 | sasl-plan = user:pass</pre> | ||
| 26 | <p>or, do it without a password at all: add your tls cert to your account. connect with your cert, log in once, then:</p> | 26 | <p>or, do it without a password at all: add your tls cert to your account. connect with your cert, log in once, then:</p> |
| 27 | <pre>/msg NickServ CERT ADD</pre> | 27 | <pre>/msg NickServ CERT ADD</pre> |
| 28 | <p>and switch to cert-only auth:</p> | 28 | <p>and switch to cert-only auth:</p> |
| 29 | <pre>host = irc.0druid.cc | 29 | <pre>host = irc.0druid.cc |
| 30 | port = 6697 | 30 | port = 6697 |
| 31 | sasl-external | ||
| 32 | nick = nick | 31 | nick = nick |
| 33 | user = nick | 32 | user = nick |
| 34 | real = nick | 33 | real = nick |
| 35 | pass = servpass | 34 | pass = servpass |
| 35 | sasl-external | ||
| 36 | cert = ~/.config/catgirl/cert.pem</pre> | 36 | cert = ~/.config/catgirl/cert.pem</pre> |
| 37 | <p>that cert + key is a self-signed tls client cert you make once:</p> | 37 | <p>that cert + key is a self-signed tls client cert you make once:</p> |
| 38 | <pre>catgirl -g ~/.config/catgirl/cert.pem</pre> | 38 | <pre>catgirl -g ~/.config/catgirl/cert.pem</pre> |
