diff options
| author | Sadie Powell <sadie@witchery.services> | 2021-11-30 09:50:33 +0000 |
|---|---|---|
| committer | Sadie Powell <sadie@witchery.services> | 2021-11-30 09:50:33 +0000 |
| commit | 595bc09ec14cd717295e56785a520a7689c4f193 (patch) | |
| tree | f160799c24ae0f57151c4c7ece1b4f5f4d042e3b /data | |
| parent | 27cff11e313e52a939e0dcd898eb711ddd6934d5 (diff) | |
| parent | 64f65b035e5c4eaa98d0bd916a1fb9331710789e (diff) | |
Merge branch '2.0' into 2.1.
Diffstat (limited to 'data')
| -rw-r--r-- | data/anope.example.conf | 16 | ||||
| -rw-r--r-- | data/global.example.conf | 2 | ||||
| -rw-r--r-- | data/stats.standalone.example.conf | 12 |
3 files changed, 15 insertions, 15 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index 407bbe535..306e8ee34 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -90,7 +90,7 @@ define { name = "services.host" - value = "services.localhost.net" + value = "services.example.com" } /* @@ -127,12 +127,12 @@ define * and serverinfo configuration would look like: * * # This goes in inspircd.conf, *NOT* your Anope config! - * <link name="services.localhost.net" + * <link name="services.example.com" * ipaddr="127.0.0.1" * port="7000" * sendpass="mypassword" * recvpass="mypassword"> - * <uline server="services.localhost.net" silent="yes"> + * <uline server="services.example.com" silent="yes"> * <bind address="127.0.0.1" port="7000" type="servers"> * * An example configuration for UnrealIRCd that is compatible with the below uplink @@ -146,14 +146,14 @@ define * serversonly; * }; * }; - * link services.localhost.net { + * link services.example.com { * incoming { * mask *@127.0.0.1; * }; * password "mypassword"; * class servers; * }; - * ulines { services.localhost.net; }; + * ulines { services.example.com; }; */ uplink { @@ -206,7 +206,7 @@ serverinfo * other server names on the rest of your IRC network. Note that it does not have * to be an existing hostname, just one that isn't on your network already. */ - name = "services.localhost.net" + name = "services.example.com" /* * The text which should appear as the server's information in /WHOIS and similar @@ -476,7 +476,7 @@ options /* * If set, will force services to only respond to PRIVMSGs addresses to - * Nick@ServerName - e.g. NickServ@localhost.net. This should be used in + * Nick@ServerName - e.g. NickServ@example.com. This should be used in * conjunction with IRCd aliases. This directive is optional. * * This option will have no effect on some IRCds, such as TS6 IRCds. @@ -953,7 +953,7 @@ mail * This is the e-mail address from which all the e-mails are to be sent from. * It should really exist. */ - sendfrom = "services@localhost.net" + sendfrom = "services@example.com" /* * This controls the minimum amount of time a user must wait before sending diff --git a/data/global.example.conf b/data/global.example.conf index 09534dae7..90ec350ce 100644 --- a/data/global.example.conf +++ b/data/global.example.conf @@ -71,7 +71,7 @@ module * * This directive is optional. */ - #globaloncycledown = "Services are restarting, they will be back shortly - please be good while we're gone" + #globaloncycledown = "Services are restarting, they will be back shortly - please be good while they're gone" /* * This is the global message that will be sent when Services (re)join the diff --git a/data/stats.standalone.example.conf b/data/stats.standalone.example.conf index 3d0a3bd03..e65a7d419 100644 --- a/data/stats.standalone.example.conf +++ b/data/stats.standalone.example.conf @@ -90,7 +90,7 @@ define { name = "stats.host" - value = "stats.localhost.net" + value = "stats.example.com" } /* @@ -127,12 +127,12 @@ define * and serverinfo configuration would look like: * * # This goes in inspircd.conf, *NOT* your Anope config! - * <link name="stats.localhost.net" + * <link name="stats.example.com" * ipaddr="127.0.0.1" * port="7000" * sendpass="mypassword" * recvpass="mypassword"> - * <uline server="stats.localhost.net" silent="yes"> + * <uline server="stats.example.com" silent="yes"> * <bind address="127.0.0.1" port="7000" type="servers"> * * An example configuration for UnrealIRCd that is compatible with the below uplink @@ -146,14 +146,14 @@ define * serversonly; * }; * }; - * link stats.localhost.net { + * link stats.example.com { * incoming { * mask *@127.0.0.1; * }; * password "mypassword"; * class servers; * }; - * ulines { stats.localhost.net; }; + * ulines { stats.example.com; }; */ uplink { @@ -206,7 +206,7 @@ serverinfo * other server names on the rest of your IRC network. Note that it does not have * to be an existing hostname, just one that isn't on your network already. */ - name = "stats.localhost.net" + name = "stats.example.com" /* * The text which should appear as the server's information in /WHOIS and similar |
