From b6f1c86f656bd860a5ef0c16b8ecb0e5921ab8ac Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 14 Nov 2021 20:45:17 +0000 Subject: [PATCH] Use example.com instead of localhost.net in the example configs. --- data/example.conf | 16 ++++++++-------- data/stats.standalone.example.conf | 12 ++++++------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/data/example.conf b/data/example.conf index 0ddc140fe..67d60e3b9 100644 --- a/data/example.conf +++ b/data/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! - * - * + * * * * 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 @@ -491,7 +491,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. @@ -969,7 +969,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/stats.standalone.example.conf b/data/stats.standalone.example.conf index 79635891e..5aea3a6e2 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! - * - * + * * * * 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