Skip to content

Commit

Permalink
Add SASL EXTERNAL option to default config
Browse files Browse the repository at this point in the history
Related to: #196
Got introduced in: 2544793
  • Loading branch information
jubalh committed Aug 30, 2023
1 parent 09aac42 commit 72198f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/tiny/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ servers:
#
# - `pass`: Sends `PASS` IRC command when connecting.
# - `sasl`: For SASL authentication.
# You can either authenticate using a password or use a certificate
# with SASL EXTERNAL. Choose either `username` and `password` _or_ `pem`
# in the section below.
# - `nickserv_ident`: Sends command `PRIVMSG NickServ identify ...` after
# connecting, before joining channels.
#
Expand All @@ -40,6 +43,7 @@ servers:
# sasl:
# username: tiny_user
# password: hunter2
# pem: "/home/user/.config/tiny/oftc.pem"

# nickserv_ident: hunter2

Expand Down

0 comments on commit 72198f7

Please sign in to comment.