dnetd/config.json

26 lines
442 B
JSON
Raw Permalink Normal View History

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