summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-06-09 13:13:06 +0100
committerPeter Powell <petpow@saberuk.com>2018-06-19 11:15:13 +0100
commit1b782235c43f356330b88c474a45bcc556a26baf (patch)
tree326aa48ac20a49698a54dcc7ac875a22dbf814c6 /data
parent368300d31990eeafc0c7835a21bc0f0835fed71b (diff)
Make it more clear where the uplink config goes.
Diffstat (limited to 'data')
-rw-r--r--data/example.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf
index 9f86004db..c5a4fbcfb 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -126,6 +126,7 @@ define
* An example configuration for InspIRCd that is compatible with the below uplink
* and serverinfo configuration would look like:
*
+ * # This goes in inspircd.conf *NOT* your Anope config!
* <link name="services.localhost.net"
* ipaddr="127.0.0.1"
* port="7000"
@@ -137,6 +138,7 @@ define
* An example configuration for UnrealIRCd that is compatible with the below uplink
* and serverinfo configuration would look like:
*
+ * // This goes in unrealircd.conf *NOT* your Anope config!
* listen {
* ip 127.0.0.1;
* port 7000;
@@ -144,7 +146,6 @@ define
* serversonly;
* };
* };
- *
* link services.localhost.net {
* incoming {
* mask *@127.0.0.1;