|
7 | 7 |
|
8 | 8 | # lists the servers to run on
|
9 | 9 | servers:
|
10 |
| - ircd-irc2: |
11 |
| - address: "localhost:4440" |
| 10 | + bahamut: |
| 11 | + name: Bahamut |
| 12 | + address: "localhost:4444" |
12 | 13 | sanitised:
|
13 |
| - "ircd.example.irc.com": "irc.example.com" |
| 14 | + "bahamut.example.irc.com": "irc.example.com" |
14 | 15 |
|
15 |
| - unreal4: |
16 |
| - name: Unreal4 |
17 |
| - address: "localhost:4441" |
| 16 | + charybdis: |
| 17 | + name: Charybdis |
| 18 | + address: "localhost:4447" |
18 | 19 | sanitised:
|
19 |
| - "unreal4.example.irc.com": "irc.example.com" |
| 20 | + "charybdis.example.irc.com": "irc.example.com" |
| 21 | + |
| 22 | + inspircd: |
| 23 | + name: InspIRCd |
| 24 | + address: "localhost:4448" |
| 25 | + sanitised: |
| 26 | + "inspircd.example.irc.com": "irc.example.com" |
20 | 27 |
|
21 | 28 | ircd-hybrid:
|
22 | 29 | address: "localhost:4442"
|
23 | 30 | sanitised:
|
24 | 31 | "hybrid.example.irc.com": "irc.example.com"
|
25 | 32 |
|
| 33 | + ircd-irc2: |
| 34 | + address: "localhost:4440" |
| 35 | + sanitised: |
| 36 | + "ircd.example.irc.com": "irc.example.com" |
| 37 | + |
| 38 | + ircd-ratbox: |
| 39 | + address: "localhost:4446" |
| 40 | + sanitised: |
| 41 | + "ratbox.example.irc.com": "irc.example.com" |
| 42 | + |
26 | 43 | ircu2:
|
27 | 44 | address: "localhost:4443"
|
28 | 45 | sanitised:
|
29 | 46 | "ircu2.example.irc.com": "irc.example.com"
|
30 | 47 | "UnderNet": "ExampleNet"
|
31 | 48 |
|
32 |
| - bahamut: |
33 |
| - name: Bahamut |
34 |
| - address: "localhost:4444" |
35 |
| - sanitised: |
36 |
| - "bahamut.example.irc.com": "irc.example.com" |
37 |
| - |
38 | 49 | ngircd:
|
39 | 50 | name: ngIRCd
|
40 | 51 | address: "localhost:4445"
|
41 | 52 | sanitised:
|
42 | 53 | "ngircd.example.irc.com": "irc.example.com"
|
43 | 54 |
|
44 |
| - ircd-ratbox: |
45 |
| - address: "localhost:4446" |
46 |
| - sanitised: |
47 |
| - "ratbox.example.irc.com": "irc.example.com" |
48 |
| - |
49 |
| - charybdis: |
50 |
| - name: Charybdis |
51 |
| - address: "localhost:4447" |
52 |
| - sanitised: |
53 |
| - "charybdis.example.irc.com": "irc.example.com" |
54 |
| - |
55 |
| - inspircd: |
56 |
| - name: InspIRCd |
57 |
| - address: "localhost:4448" |
| 55 | + unreal4: |
| 56 | + name: Unreal4 |
| 57 | + address: "localhost:4441" |
58 | 58 | sanitised:
|
59 |
| - "inspircd.example.irc.com": "irc.example.com" |
| 59 | + "unreal4.example.irc.com": "irc.example.com" |
0 commit comments