500658808f
* work on i2p support * work on i2p support * redid socks check * redid socks check * redid socks check * work on i2p and fixed broken block processing * fixed no newline delim on block list in api * fixed no newline delim on block list in api * fixed no newline delim on block list in api * use extend instead of append for blocklist after newline changes
26 lines
412 B
JSON
26 lines
412 B
JSON
{
|
|
"devmode": true,
|
|
"dc_response": true,
|
|
|
|
"log": {
|
|
"file": {
|
|
"output": true,
|
|
"path": "data/output.log"
|
|
},
|
|
|
|
"console": {
|
|
"output": true,
|
|
"color": true
|
|
}
|
|
},
|
|
"i2p":{
|
|
"host": false,
|
|
"connect": true,
|
|
"ownAddr": ""
|
|
},
|
|
"allocations":{
|
|
"disk": 1000000000,
|
|
"netTotal": 1000000000
|
|
}
|
|
}
|