1
0
mirror of https://github.com/deavminet/dnetd synced 2024-09-21 17:53:39 +02:00
dnetd_old/testing/1.json
2021-01-28 23:43:22 +02:00

26 lines
455 B
JSON

{
"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"
}
}
}