diff options
Diffstat (limited to 'irc.html')
| -rw-r--r-- | irc.html | 12 |
1 files changed, 6 insertions, 6 deletions
| diff --git a/irc.html b/irc.html index 1ac247e..d2b2329 100644 --- a/irc.html +++ b/irc.html | |||
| @@ -3,20 +3,20 @@ | |||
| 3 | <head> | 3 | <head> |
| 4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
| 5 | <meta name="viewport" content="width-device-width, inital-scale=1.0"> | 5 | <meta name="viewport" content="width-device-width, inital-scale=1.0"> |
| 6 | <title>0druid.cc - irc</title> | 6 | <title>druid.rocks - irc</title> |
| 7 | <link rel="stylesheet" href="style.css"> | 7 | <link rel="stylesheet" href="style.css"> |
| 8 | </head> | 8 | </head> |
| 9 | <body> | 9 | <body> |
| 10 | <h1>irc.0druid.cc</h1> | 10 | <h1>irc.druid.rocks</h1> |
| 11 | <p><a href="/">homepage</a>. <a href="/git.html">git</a>. <a href="/irc.html">irc</a>.</p> | 11 | <p><a href="/">homepage</a>. <a href="/git.html">git</a>. <a href="/irc.html">irc</a>.</p> |
| 12 | <p>my irc server, invite only. tls only on port 6697, it runs ergo, and it officially supports <a href="https://git.causal.agency/catgirl/about/">catgirl</a> (thats what i use).</p> | 12 | <p>my irc server, invite only. tls only on port 6697, it runs ergo, and it officially supports <a href="https://git.causal.agency/catgirl/about/">catgirl</a> (thats what i use).</p> |
| 13 | <p>its no email. just nick + password, then optionally a cert for passwordless login from catgirl.</p> | 13 | <p>its no email. just nick + password, then optionally a cert for passwordless login from catgirl.</p> |
| 14 | <p>connect with catgirl:</p> | 14 | <p>connect with catgirl:</p> |
| 15 | <pre>catgirl -h irc.0druid.cc -p 6697</pre> | 15 | <pre>catgirl -h irc.druid.rocks -p 6697</pre> |
| 16 | <p>first time, register your account (nick + password):</p> | 16 | <p>first time, register your account (nick + password):</p> |
| 17 | <pre>/msg NickServ REGISTER nick pass</pre> | 17 | <pre>/msg NickServ REGISTER nick pass</pre> |
| 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.druid.rocks:</p> |
| 19 | <pre>host = irc.0druid.cc | 19 | <pre>host = irc.druid.rocks |
| 20 | port = 6697 | 20 | port = 6697 |
| 21 | nick = nick | 21 | nick = nick |
| 22 | user = nick | 22 | user = nick |
| @@ -26,7 +26,7 @@ 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.druid.rocks |
| 30 | port = 6697 | 30 | port = 6697 |
| 31 | nick = nick | 31 | nick = nick |
| 32 | user = nick | 32 | user = nick |
