Update README

This commit is contained in:
Ken-Håvard Lieng 2020-05-19 10:48:54 +02:00
parent 63afd839be
commit abbe739b04
3 changed files with 35 additions and 34 deletions

View File

@ -10,6 +10,8 @@
- Persistent connections
- Multiple servers and users
- Automatic HTTPS through Let's Encrypt
- Single binary with no dependencies
- DCC downloads
- Client certificates
## Usage

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@ port = 80
# Hex encode the users IP and use it as the ident
hexIP = false
verify_certificates = true
# Automatically download files from DCC SENDs
autoget = false
# Defaults for the client connect form
@ -13,8 +13,7 @@ name = "freenode"
host = "chat.freenode.net"
port = 6697
channels = [
"#dispatch",
"#go-nuts"
"#dispatch"
]
password = ""
ssl = true