diff options
| author | 2021-10-09 02:57:49 +0000 | |
|---|---|---|
| committer | 2021-10-09 02:57:49 +0000 | |
| commit | 142bd43a91ffa7db98c0989f04bb0e443368b485 (patch) | |
| tree | 115bdac6143837a52e78cec615c7ac04fabc8bfe | |
| parent | Add support for listening to channel activity via GET (diff) | |
| signature | ||
Add family config option to example
| -rw-r--r-- | config.example.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml index 9d6c483..709e550 100644 --- a/config.example.toml +++ b/config.example.toml @@ -3,6 +3,8 @@ #port = 6697 # Possible values: 'yes' (connect over SSL/TLS and verify certificates), 'no' (connect without SSL/TLS), and 'insecure' (connect over SSL/TLS but disable all certificate checks) #ssl = 'yes' + # Possible values: 'inet' or 'INET' (force IPv4), 'inet6' or 'INET6' (force IPv6); if unspecified, both are used (if supported) + #family = #nick = 'h2ibot' #real = 'I am an http2irc bot.' # Certificate and key for SASL EXTERNAL authentication with NickServ; certfile is a string containing the path to a .pem file which has the certificate and the key, certkeyfile similarly for one containing only the key; default values are empty (None in Python) to disable authentication; the connection is terminated if authentication fails |
