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