mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-06 12:09:26 +01:00
40 lines
1.8 KiB
Markdown
40 lines
1.8 KiB
Markdown
---
|
|
layout: page
|
|
permalink: /irc/znc.html
|
|
excerpt: "WIP - details on ZNC on my VPS"
|
|
sitemap: false
|
|
---
|
|
|
|
```
|
|
MD5 Fingerprint=BB:BE:9C:6D:03:30:DC:CC:C0:87:D2:15:4F:AB:09:41
|
|
SHA1 Fingerprint=3F:AB:12:85:72:E9:0A:21:DD:D7:64:94:43:D8:BC:08:64:FD:64:6C
|
|
SHA256 Fingerprint=C7:89:7A:02:C3:4A:DF:01:A9:36:1D:2E:EA:D1:A8:9A:41:37:CA:43:EB:F4:60:4D:85:EB:3E:48:35:E3:FC:4B
|
|
SHA512 Fingerprint=FF:B3:D6:8B:EB:2E:2B:96:10:C0:7C:F0:7A:17:28:8F:77:14:73:FC:69:52:EF:89:F1:F7:15:E2:F9:9F:2F:0A:38:9D:6B:09:A3:55:0D:95:6E:E7:7F:AA:1B:22:51:46:14:55:93:D6:37:DE:41:BC:26:3B:D6:E7:A6:0D:F5:DF
|
|
```
|
|
|
|
Connecting with WeeChat:
|
|
|
|
1. `/server add WHATEVER vardiera.mikaela.info/1234 -ssl`
|
|
2. `/set irc.server.WHATEVER.ssl_verify on`
|
|
3. `/set irc.server.WHATEVER.ssl_fingerprint ffb3d68beb2e2b9610c07cf07a17288f771473fc6952ef89f1f715e2f99f2f0a389d6b09a3550d956ee77faa1b225146145593d637de41bc263bd6e7a60df5df`
|
|
4. `/set irc.server.WHATEVER.username username@OptionalClientID/network`
|
|
5. `/set irc.server.WHATEVER.password password`
|
|
6. `/set irc.server.WHATEVER.autoconnect on`
|
|
7. `/connect WHATEVER`
|
|
8. `/save`
|
|
|
|
*If you forget -ssl, `/set irc.server.WHATEVER.ssl on`*
|
|
|
|
WeeChat users also want:
|
|
* `/set irc.server_default.capabilities account-notify,away-notify,multi-prefix,server-time,znc.in/server-time-iso,cap-notify`
|
|
* reconnect after setting these. This list is from *1.4-dev (git:
|
|
v1.3-38-g0c8eac0) [compiled on Sep 10 2015 14:14:16]*.
|
|
* this version doesn't support `cap-notify`, but it's required for
|
|
ZNC to offer more complex capabilities (e.g. away-notify).
|
|
|
|
Webadmin:
|
|
* https://vardiera.mikaela.info:1234/ (invalid certificate, valid
|
|
fingerprints are on top of this page)
|
|
* https://znc.mikaela.info/ (CloudFlare, https only between you and
|
|
CloudFlare (aka not recommended or use only if you have to))
|