You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eggdrop/content.md
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,13 @@ This variable sets the IRC server Eggdrop will connect to. Examples are:
26
26
27
27
```console
28
28
-e SERVER=just.a.normal.server
29
-
-e SERVER=you.need.to.change.this:6667
30
-
-e SERVER=another.example.com:7000:password
31
-
-e SERVER=[2001:db8:618:5c0:263::]:6669:password
32
-
-e SERVER=ssl.example.net:+6697
29
+
-e SERVER="you.need.to.change.this6667"
30
+
-e SERVER="another.example.com7000password"
31
+
-e SERVER="[2001:db8:618:5c0:263::]6669password"
32
+
-e SERVER="ssl.example.net+6697"
33
33
```
34
34
35
-
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).
35
+
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).
36
36
37
37
### `NICK`
38
38
@@ -90,11 +90,7 @@ If you want to expose network connections for your bot, you'll also want to use
90
90
91
91
to your docker run command line.
92
92
93
-
## Docker-isms
94
-
95
-
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.
96
-
97
-
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)`.
0 commit comments