mirror of https://github.com/deavminet/dnetd.git
27 lines
474 B
JSON
27 lines
474 B
JSON
{
|
|
"general" : {
|
|
"binds" : [
|
|
{
|
|
"address" : "0.0.0.0",
|
|
"port" : "7777"
|
|
},
|
|
{
|
|
"address" : "::",
|
|
"port" : "7778"
|
|
},
|
|
],
|
|
"network" : "aBasedIRCNetwork",
|
|
"name" : "MyBrandSpankingNewIRCServer",
|
|
"motd" : "Welcome to my generic dnet chat server!"
|
|
},
|
|
|
|
"links" : {
|
|
"server1" : {
|
|
"name" : "server1",
|
|
"address" : "",
|
|
"port" : ""
|
|
},
|
|
"active" : ["server1"]
|
|
}
|
|
}
|