2018-01-17 19:02:41 +00:00
|
|
|
{
|
|
|
|
"Listener": {
|
|
|
|
"Port": 13867,
|
|
|
|
"Address": "127.0.0.1",
|
2019-01-26 01:57:24 +00:00
|
|
|
"UseSSL": true
|
2018-01-17 19:02:41 +00:00
|
|
|
},
|
2019-08-25 20:29:11 +00:00
|
|
|
"RelayAPI": {
|
2019-03-18 21:01:28 +00:00
|
|
|
"Enabled": true,
|
|
|
|
"Port": 13868,
|
|
|
|
"Address": "127.0.0.1",
|
|
|
|
"UseSSL": true
|
|
|
|
},
|
2022-07-21 12:40:15 +00:00
|
|
|
"API": {
|
|
|
|
"Enabled": true,
|
|
|
|
"Port": 13869,
|
|
|
|
"Address": "127.0.0.1"
|
|
|
|
},
|
2019-01-26 01:57:24 +00:00
|
|
|
"Key": "key.pem",
|
|
|
|
"Certificate": "cert.pem",
|
2022-07-21 12:40:15 +00:00
|
|
|
"RedisSocket": "/var/run/redis/redis.sock",
|
|
|
|
"RedisDBEphemeral": 2,
|
|
|
|
"RedisDBPersistent": 3,
|
|
|
|
"UsePassword": false,
|
2018-01-17 19:02:41 +00:00
|
|
|
"ConnectOnCreate": false,
|
2020-05-30 20:40:10 +00:00
|
|
|
"AutoReg": false,
|
2019-08-15 20:20:49 +00:00
|
|
|
"Debug": false,
|
2022-07-21 12:40:15 +00:00
|
|
|
"Trace": false,
|
2019-08-25 20:29:11 +00:00
|
|
|
"Relay": {
|
|
|
|
"Host": "127.0.0.1",
|
2022-07-21 12:40:15 +00:00
|
|
|
"Port": "2001",
|
|
|
|
"User": "x",
|
|
|
|
"Password": "x"
|
2019-08-25 20:29:11 +00:00
|
|
|
},
|
2021-06-06 10:16:04 +00:00
|
|
|
"Logstash": {
|
2022-07-21 12:40:15 +00:00
|
|
|
"Host": "127.0.0.1",
|
2021-06-06 10:16:04 +00:00
|
|
|
"Port": "4000"
|
|
|
|
},
|
2019-10-11 12:07:57 +00:00
|
|
|
"ChanKeep": {
|
2022-07-21 12:40:15 +00:00
|
|
|
"Enabled": false,
|
2019-10-11 12:07:57 +00:00
|
|
|
"MaxRelay": 30,
|
|
|
|
"SigSwitch": 20
|
|
|
|
},
|
2018-01-17 19:02:41 +00:00
|
|
|
"Dist": {
|
|
|
|
"Enabled": true,
|
|
|
|
"SendOutput": false,
|
|
|
|
"File": "conf/dist.sh"
|
|
|
|
},
|
2019-08-11 19:52:10 +00:00
|
|
|
"Toggles": {
|
2022-07-21 12:40:15 +00:00
|
|
|
"Who": true,
|
2019-08-11 19:52:10 +00:00
|
|
|
"CycleChans": true
|
|
|
|
},
|
2022-07-21 12:40:15 +00:00
|
|
|
"Password": "x",
|
2018-05-07 18:58:19 +00:00
|
|
|
"Tweaks": {
|
2019-08-15 20:20:49 +00:00
|
|
|
"MaxHash": 10,
|
2019-08-16 20:27:23 +00:00
|
|
|
"DedupPrecision": 9,
|
2018-05-07 18:58:19 +00:00
|
|
|
"ZNC": {
|
|
|
|
"Prefix": "*"
|
2018-07-28 21:02:40 +00:00
|
|
|
},
|
|
|
|
"Delays": {
|
2018-07-29 12:04:47 +00:00
|
|
|
"WhoLoop": 600,
|
2019-01-26 01:57:24 +00:00
|
|
|
"WhoRange": 1800,
|
|
|
|
"Timeout": 30,
|
|
|
|
"MaxDelay": 360,
|
|
|
|
"InitialDelay": 1.0,
|
|
|
|
"Factor": 2.718281828459045,
|
|
|
|
"Jitter": 0.11962656472
|
2018-05-07 18:58:19 +00:00
|
|
|
}
|
2019-08-11 19:52:10 +00:00
|
|
|
}
|
2018-01-17 19:02:41 +00:00
|
|
|
}
|