diff options
author | Sadie Powell <sadie@witchery.services> | 2021-11-14 20:45:17 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-11-14 20:45:17 +0000 |
commit | b6f1c86f656bd860a5ef0c16b8ecb0e5921ab8ac (patch) | |
tree | 28221a355dc7bbe6f4dc85d9582378b0b106a938 | |
parent | a736b54ef1f84bf9a2ae277120e0d6caf1872015 (diff) |
Use example.com instead of localhost.net in the example configs.
-rw-r--r-- | data/example.conf | 16 | ||||
-rw-r--r-- | 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! - * <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 @@ -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! - * <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 |