Last active
September 2, 2020 03:40
-
-
Save glguy/6553a10e9dc8f18687376dffdb25fdf0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
macros: @load: "macros.cfg" | |
palette: @load: "palette.cfg" | |
$fn-iline: command: ["get-iline-password"] | |
$fn-auth: | |
sasl: mechanism: external | |
tls: starttls | |
tls-client-cert: "freenode.pem" | |
tls-client-key-password: command: ["get-private-key-password"] | |
$tor-socks: | |
socks-host: "127.0.0.1" | |
socks-port: 9050 | |
servers: | |
* name: "fn" | |
hostname: "chat.freenode.net" | |
nick: "emertens" | |
password: $fn-iline | |
@splice: $fn-auth | |
* name: "fn-tor" | |
hostname: "zettel.freenode.net" | |
@splice: $tor-socks | |
@splice: $fn-auth | |
-- vim: filetype=config-value |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment