diff options
author | Vitor <droider.pc@gmail.com> | 2018-06-12 10:36:30 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2018-06-12 10:36:39 -0400 |
commit | 67b7fed9edbd92985b443333c54f1ab47a4ea887 (patch) | |
tree | 42fcf95eca1707e592aa51ee743ff675dec10378 /data | |
parent | e32a8dbbe52ea4dfefcbdca75b267eab7abe2494 (diff) |
example.conf: update example link block for Unreal 4
Diffstat (limited to 'data')
-rw-r--r-- | data/example.conf | 25 |
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 { |