-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.example.yml
59 lines (49 loc) · 1.32 KB
/
config.example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# this example settings file runs across all the servers in this repo:
# https://github.com/irccom/test-servers
#
# it assumes they have all been brought up with `docker-compose up`
# controls how info is output
# lists the servers to run on
servers:
bahamut:
name: Bahamut
address: "localhost:4444"
sanitised:
"bahamut.example.irc.com": "irc.example.com"
charybdis:
name: Charybdis
address: "localhost:4447"
sanitised:
"charybdis.example.irc.com": "irc.example.com"
inspircd:
name: InspIRCd
address: "localhost:4448"
sanitised:
"inspircd.example.irc.com": "irc.example.com"
ircd-hybrid:
address: "localhost:4442"
sanitised:
"hybrid.example.irc.com": "irc.example.com"
ircd-irc2:
address: "localhost:4440"
sanitised:
"ircd.example.irc.com": "irc.example.com"
ircd-ratbox:
address: "localhost:4446"
sanitised:
"ratbox.example.irc.com": "irc.example.com"
ircu2:
address: "localhost:4443"
sanitised:
"ircu2.example.irc.com": "irc.example.com"
"UnderNet": "ExampleNet"
ngircd:
name: ngIRCd
address: "localhost:4445"
sanitised:
"ngircd.example.irc.com": "irc.example.com"
unreal4:
name: Unreal4
address: "localhost:4441"
sanitised:
"unreal4.example.irc.com": "irc.example.com"