summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorVitor <droider.pc@gmail.com>2018-06-12 10:36:30 -0400
committerAdam <Adam@anope.org>2018-06-12 10:36:39 -0400
commit67b7fed9edbd92985b443333c54f1ab47a4ea887 (patch)
tree42fcf95eca1707e592aa51ee743ff675dec10378 /data
parente32a8dbbe52ea4dfefcbdca75b267eab7abe2494 (diff)
example.conf: update example link block for Unreal 4
Diffstat (limited to 'data')
-rw-r--r--data/example.conf25
1 files changed, 14 insertions, 11 deletions
diff --git a/data/example.conf b/data/example.conf
index 4309b72b6..9f86004db 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -137,19 +137,22 @@ define
* An example configuration for UnrealIRCd that is compatible with the below uplink
* and serverinfo configuration would look like:
*
- * link services.localhost.net
- * {
- * username *;
- * hostname *;
- * bind-ip "127.0.0.1";
- * port 7000;
- * hub *;
- * password-connect "mypassword";
- * password-receive "mypassword";
- * class servers;
+ * listen {
+ * ip 127.0.0.1;
+ * port 7000;
+ * options {
+ * serversonly;
+ * };
+ * };
+ *
+ * link services.localhost.net {
+ * incoming {
+ * mask *@127.0.0.1;
+ * };
+ * password "mypassword";
+ * class servers;
* };
* ulines { services.localhost.net; };
- * listen 127.0.0.1:7000;
*/
uplink
{