summary refs log tree commit diff
diff options
context:
space:
mode:
authorDruid520 <r.ustydruid520@proton.me>2026-08-15 18:16:41 -0700
committerDruid520 <r.ustydruid520@proton.me>2026-08-15 18:16:41 -0700
commita5c313c80080bbb7a652b5d1ee9e88db96ed532a (patch)
tree29245724cf2c6601337a80dc3395a3bf02ee2fb9
parent1900894217b041b25f2bd759769c5fd50778c0a5 (diff)
MOD: fix.
-rw-r--r--irc.html6
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
20port = 6697 20port = 6697
21sasl-plain = nick:pass
22nick = nick 21nick = nick
23user = nick 22user = nick
24real = nick 23real = nick
25pass = servpass</pre> 24pass = servpass
25sasl-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
30port = 6697 30port = 6697
31sasl-external
32nick = nick 31nick = nick
33user = nick 32user = nick
34real = nick 33real = nick
35pass = servpass 34pass = servpass
35sasl-external
36cert = ~/.config/catgirl/cert.pem</pre> 36cert = ~/.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>