summaryrefslogtreecommitdiff
path: root/data/stats.standalone.example.conf
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-11-14 20:45:17 +0000
committerSadie Powell <sadie@witchery.services>2021-11-14 20:45:17 +0000
commitb6f1c86f656bd860a5ef0c16b8ecb0e5921ab8ac (patch)
tree28221a355dc7bbe6f4dc85d9582378b0b106a938 /data/stats.standalone.example.conf
parenta736b54ef1f84bf9a2ae277120e0d6caf1872015 (diff)
Use example.com instead of localhost.net in the example configs.
Diffstat (limited to 'data/stats.standalone.example.conf')
-rw-r--r--data/stats.standalone.example.conf12
1 files changed, 6 insertions, 6 deletions
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