-
-
Notifications
You must be signed in to change notification settings - Fork 95
Update doc #1700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Update doc #1700
Changes from all commits
9b70311
0d92374
360b653
7e603e4
a4f1805
c7c9c38
70637ca
64d7f67
3eacc63
c77ecd3
2ea568c
06e7eba
4ac3e2f
15121ce
6b27da3
907d669
1e44d8d
62a1553
2a4be93
b808777
23330fd
e154ae0
7ce177c
8196291
4c1daca
6192030
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,7 +26,7 @@ set username "lamest" | |
|
|
||
| # This setting defines which contact person should be shown in .status, | ||
| # /msg help, and other places. You really should include this information. | ||
| set admin "Lamer <email: lamer@lamest.lame.org>" | ||
| set admin "Lamer <email: lamer@lame.example.org>" | ||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please revert this file to its original state, thanks
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. also default setting in config. |
||
| # This setting is used only for info to share with others on your botnet. | ||
| # Set this to the IRC network your bot is connected to. | ||
|
|
@@ -295,7 +295,7 @@ set userfile-perm 0600 | |
| # a valid IP assigned to the host Eggdrop is running on in front of the port | ||
| # (this replaces the listen-addr setting used prior to Eggdrop v1.9) | ||
| # | ||
| # listen 1.2.3.4 3333 all | ||
| # listen 192.0.2.1 3333 all | ||
| # | ||
| # You need to un-comment this line and change the port number in order to open | ||
| # the listen port. You should not keep this set to 3333. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -59,8 +59,8 @@ subjectAltName = @alt_names | |
| # Addresses could be hostnames or IPv4/v6 addresses. | ||
|
|
||
| DNS.1 = | ||
| #DNS.2 = this.bot.net | ||
| #DNS.3 = lamestbot.net | ||
| #DNS.2 = example.net | ||
| #DNS.3 = example.org | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please revert this file to its original state, thanks
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. commented out, but also default setting in config |
||
| #DNS.4 = ... | ||
| #IP.1 = 99.99.0.0 | ||
| #IP.1 = 192.0.2.0 | ||
| #IP.2 = 2001:db8:618:5c0:263:: | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this file to its original state, thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
set admin "Lamer <email: lamer@lamest.lame.org>"< here we use it as default setting, so you are fine with my change here?