Skip to content

Commit 94b6dd7

Browse files
committed
Order servers the way they're ordered in output files
1 parent 5a710cf commit 94b6dd7

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

config.example.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,53 +7,53 @@
77

88
# lists the servers to run on
99
servers:
10-
ircd-irc2:
11-
address: "localhost:4440"
10+
bahamut:
11+
name: Bahamut
12+
address: "localhost:4444"
1213
sanitised:
13-
"ircd.example.irc.com": "irc.example.com"
14+
"bahamut.example.irc.com": "irc.example.com"
1415

15-
unreal4:
16-
name: Unreal4
17-
address: "localhost:4441"
16+
charybdis:
17+
name: Charybdis
18+
address: "localhost:4447"
1819
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"
2027

2128
ircd-hybrid:
2229
address: "localhost:4442"
2330
sanitised:
2431
"hybrid.example.irc.com": "irc.example.com"
2532

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+
2643
ircu2:
2744
address: "localhost:4443"
2845
sanitised:
2946
"ircu2.example.irc.com": "irc.example.com"
3047
"UnderNet": "ExampleNet"
3148

32-
bahamut:
33-
name: Bahamut
34-
address: "localhost:4444"
35-
sanitised:
36-
"bahamut.example.irc.com": "irc.example.com"
37-
3849
ngircd:
3950
name: ngIRCd
4051
address: "localhost:4445"
4152
sanitised:
4253
"ngircd.example.irc.com": "irc.example.com"
4354

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"
5858
sanitised:
59-
"inspircd.example.irc.com": "irc.example.com"
59+
"unreal4.example.irc.com": "irc.example.com"

0 commit comments

Comments
 (0)