Skip to content

Commit 67f571b

Browse files
committed
Reformat md
1 parent 495346c commit 67f571b

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

znc/content.md

+5-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
# What is ZNC?
22

3-
ZNC is an IRC network bouncer (BNC). It can detach the client from the
4-
actual IRC server, and also from selected channels. Multiple clients
5-
from different locations can connect to a single ZNC account
6-
simultaneously and therefore appear under the same nickname on IRC.
3+
ZNC is an IRC network bouncer (BNC). It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.
74

85
[ZNC Wiki](http://znc.in/)
96

107
# How to use this image
118

12-
ZNC in this image stores its configuration in `/znc-data`.
13-
If you have existing configuration, you can reuse it with `-v $HOME/.znc:/znc-data`.
14-
Alternatively, you can create a new config in a volume or in a local dir.
15-
The examples below assumes a volume named `znc-cfg`.
9+
ZNC in this image stores its configuration in `/znc-data`. If you have existing configuration, you can reuse it with `-v $HOME/.znc:/znc-data`. Alternatively, you can create a new config in a volume or in a local dir. The examples below assumes a volume named `znc-cfg`.
1610

1711
```console
1812
$ docker run -it -v znc-cfg:/znc-data znc --makeconf
@@ -24,11 +18,8 @@ To run ZNC:
2418
$ docker run -p 6697:6697 -v znc-cfg:/znc-data znc
2519
```
2620

27-
The port should match the port you used during `--makeconf`. Note that 6667 is
28-
often blocked by web browsers, and therefore is not recommended.
21+
The port should match the port you used during `--makeconf`. Note that 6667 is often blocked by web browsers, and therefore is not recommended.
2922

30-
If you use any external module, put the .cpp, .py or .pm file to
31-
`/znc-data/modules` (you may need to create that directory).
23+
If you use any external module, put the .cpp, .py or .pm file to `/znc-data/modules` (you may need to create that directory).
3224

33-
Musl silently doesn't support `AI_ADDRCONFIG` yet, and ZNC doesn't support [Happy Eyeballs](https://en.wikipedia.org/wiki/Happy_Eyeballs) yet.
34-
Together they cause very slow connection. So for now IPv6 is disabled here.
25+
Musl silently doesn't support `AI_ADDRCONFIG` yet, and ZNC doesn't support [Happy Eyeballs](https://en.wikipedia.org/wiki/Happy_Eyeballs) yet. Together they cause very slow connection. So for now IPv6 is disabled here.

znc/variant-slim.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
## `%%REPO%%:slim`
22

3-
This image is smaller, but it doesn't support external modules.
4-
If you need any external C++, Perl or Python module, use `latest` instead of `slim`.
3+
This image is smaller, but it doesn't support external modules. If you need any external C++, Perl or Python module, use `latest` instead of `slim`.

0 commit comments

Comments
 (0)