mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-08 06:40:28 +00:00
QuickStart.md: Update title and fix Markdown syntax
This commit is contained in:
parent
9a71ac8a91
commit
a5de81e489
@ -1,4 +1,4 @@
|
|||||||
# [ngIRCd](https://ngircd.barton.de) - Internet Relay Chat Server
|
# [ngIRCd](https://ngircd.barton.de) - Quick Start
|
||||||
|
|
||||||
This *Quick Start* document explains how to configure ngIRCd, the lightweight
|
This *Quick Start* document explains how to configure ngIRCd, the lightweight
|
||||||
Internet Relay Chat (IRC) server, using some "real world" scenarios.
|
Internet Relay Chat (IRC) server, using some "real world" scenarios.
|
||||||
@ -11,7 +11,7 @@ simplest configuration file looks like this:
|
|||||||
``` ini
|
``` ini
|
||||||
[Global]
|
[Global]
|
||||||
Name = irc.example.net
|
Name = irc.example.net
|
||||||
````
|
```
|
||||||
|
|
||||||
This results in the following *warning* in the logs when starting the daemon:
|
This results in the following *warning* in the logs when starting the daemon:
|
||||||
`No administrative information configured but required by RFC!` -- which works,
|
`No administrative information configured but required by RFC!` -- which works,
|
||||||
@ -27,7 +27,7 @@ AdminEMail = admin@irc.example.net
|
|||||||
|
|
||||||
*Please Note*: The server `Name` looks like a DNS host name, but it is not: in
|
*Please Note*: The server `Name` looks like a DNS host name, but it is not: in
|
||||||
fact it is not related to your server's fully qualified domain name (FQDN) in
|
fact it is not related to your server's fully qualified domain name (FQDN) in
|
||||||
any way and can be an arbitrary string -- but which *must* contain at least
|
any way and can be an arbitrary string -- but it *must* contain at least
|
||||||
one dot (".") character!
|
one dot (".") character!
|
||||||
|
|
||||||
## Add a Local IRC Operator
|
## Add a Local IRC Operator
|
||||||
|
Loading…
Reference in New Issue
Block a user