Skip to content

Instantly share code, notes, and snippets.

@glguy
Last active September 2, 2020 03:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glguy/6553a10e9dc8f18687376dffdb25fdf0 to your computer and use it in GitHub Desktop.
Save glguy/6553a10e9dc8f18687376dffdb25fdf0 to your computer and use it in GitHub Desktop.
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