1
0
mirror of https://github.com/deavminet/dnetd synced 2024-09-21 17:53:39 +02:00
dnetd_old/config.json

28 lines
495 B
JSON
Raw Normal View History

2020-10-02 08:41:28 +02:00
{
"general" : {
2020-12-20 19:36:53 +02:00
"addresses" : ["0.0.0.0"],
"binds" : [
{
"address" : "0.0.0.0",
"port" : "7777"
},
{
"address" : "::",
"port" : "7778"
},
],
2020-10-02 08:41:28 +02:00
"port" : "7777",
"network" : "aBasedIRCNetwork",
"name" : "MyBrandSpankingNewIRCServer",
"motd" : "Welcome to my generic dnet chat server!"
2020-10-05 15:59:08 +02:00
},
"links" : {
"server1" : {
"name" : "server1",
"address" : "",
"port" : ""
}
2020-10-02 08:41:28 +02:00
}
2020-12-20 19:36:53 +02:00
}