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 - Persistent connections
- Multiple servers and users - Multiple servers and users
- Automatic HTTPS through Let's Encrypt - Automatic HTTPS through Let's Encrypt
- Single binary with no dependencies
- DCC downloads
- Client certificates - Client certificates
## Usage ## 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 # Hex encode the users IP and use it as the ident
hexIP = false hexIP = false
verify_certificates = true verify_certificates = true
# Automatically download files from DCC SENDs
autoget = false autoget = false
# Defaults for the client connect form # Defaults for the client connect form
@ -13,8 +13,7 @@ name = "freenode"
host = "chat.freenode.net" host = "chat.freenode.net"
port = 6697 port = 6697
channels = [ channels = [
"#dispatch", "#dispatch"
"#go-nuts"
] ]
password = "" password = ""
ssl = true ssl = true