dnetd/config.json

52 lines
590 B
JSON

{
"network": {
"listeners": {
"ipv4": {
"address": "127.0.0.1",
"port": 2222
},
"ipv6": {
"address": "::1",
"port": 2223
}
},
"info": {
"serverName" : "MyServer",
"sid" : 0,
"motd" : "This is my server, hello",
"motdFile" : "./motd",
"networkName" : "networkNameGoesHere",
}
},
"accounting": {
"storageDir": "./accounting"
},
"links": {
"link1": {
"incoming": {
},
"outgoing": {
},
"auth": {
}
},
"link2": {
"incoming": {
},
"outgoing": {
},
"auth": {
}
}
}
}