1
0
mirror of https://github.com/deavminet/dnetd-ng synced 2024-09-28 05:03:08 +02:00
dnetd/config.json

48 lines
572 B
JSON
Raw Normal View History

2021-12-23 21:02:41 +02:00
{
"network": {
"listeners": {
"ipv4": {
"address": "127.0.0.1",
"port": 2222
},
"ipv6": {
"address": "::1",
"port": 2223
}
},
"info": {
"serverName" : "MyServer",
"networkName" : "networkNameGoesHere",
2021-12-23 21:02:41 +02:00
"motd" : "This is my server, hello",
"motdFile" : "./motd"
}
},
"accounting": {
"storageDir": "./accounting"
},
"links": {
"link1": {
"incoming": {
},
"outgoing": {
},
"auth": {
}
},
"link2": {
"incoming": {
},
"outgoing": {
},
"auth": {
}
}
}
}