Update README
This commit is contained in:
parent
63afd839be
commit
abbe739b04
@ -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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user