Skip to content

Commit 7c09bea

Browse files
Run update.sh
1 parent f478e4a commit 7c09bea

File tree

3 files changed

+87
-91
lines changed

3 files changed

+87
-91
lines changed

eggdrop/README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ This variable sets the IRC server Eggdrop will connect to. Examples are:
7474

7575
```console
7676
-e SERVER=just.a.normal.server
77-
-e SERVER=you.need.to.change.this:6667
78-
-e SERVER=another.example.com:7000:password
79-
-e SERVER=[2001:db8:618:5c0:263::]:6669:password
80-
-e SERVER=ssl.example.net:+6697
77+
-e SERVER="you.need.to.change.this 6667"
78+
-e SERVER="another.example.com 7000 password"
79+
-e SERVER="[2001:db8:618:5c0:263::] 6669 password"
80+
-e SERVER="ssl.example.net +6697"
8181
```
8282

83-
Only one server can be specified via an environmental variable. The + denotes an SSL-enabled port. After the first run, it is advised to edit the eggdrop config directly to add additional servers (see Long-term Persistence below).
83+
Note that specifiying a port or password will require enclosing the entire argument within quotes. Only one server can be specified via an environmental variable. The + denotes an SSL-enabled port. After the first run, it is advised to edit the eggdrop config directly to add additional servers (see Long-term Persistence below).
8484

8585
### `NICK`
8686

@@ -138,11 +138,7 @@ If you want to expose network connections for your bot, you'll also want to use
138138

139139
to your docker run command line.
140140

141-
## Docker-isms
142-
143-
IMPORTANT - Due to how alpine handles DNS functionality, for the time being you MUST either a) manually add a DNS server to your eggdrop config (`set dns-servers "8.8.8.8 8.8.4.4"` would do the trick) or b) disable the DNS module (commenting out `loadmodule dns` in the config) in order for DNS resolution to work. We are currently testing new code to mitigate this issue.
144-
145-
You'll know you're affected by this quirk if you see errors such as `nslookup: can't resolve '(null)': Name does not resolve` or the generic `Failed connect to irc.libera.chat (DNS lookup failed)`.
141+
## Common Errors
146142

147143
# docker-compose.yml
148144

0 commit comments

Comments
 (0)