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

47 lines
540 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": {
"networkName" : "my custom network",
"motd" : "This is my server, hello",
"motdFile" : "./motd"
}
},
"accounting": {
"storageDir": "./accounting"
},
"links": {
"link1": {
"incoming": {
},
"outgoing": {
},
"auth": {
}
},
"link2": {
"incoming": {
},
"outgoing": {
},
"auth": {
}
}
}
}