dnetd/testing/1.json

27 lines
487 B
JSON
Raw Normal View History

2021-01-28 21:43:22 +00:00
{
"general" : {
"binds" : [
{
"address" : "0.0.0.0",
"port" : "5555"
},
{
"address" : "::",
"port" : "5556"
},
],
"network" : "aBasedIRCNetwork",
"name" : "MyBrandSpankingNewIRCServer",
"motd" : "Welcome to my generic dnet chat server!"
},
"links" : {
"server1" : {
"name" : "server2",
"address" : "127.0.0.1",
"port" : "6666"
},
"active" : ["server2"]
2021-01-28 21:43:22 +00:00
}
}