From 67b7fed9edbd92985b443333c54f1ab47a4ea887 Mon Sep 17 00:00:00 2001 From: Vitor Date: Tue, 12 Jun 2018 10:36:30 -0400 Subject: [PATCH] example.conf: update example link block for Unreal 4 --- data/example.conf | 25 ++++++++++++++----------- 1 file 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 {