Merge I2P Branch (#19)
* 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
This commit is contained in:
parent
bbac26fed1
commit
500658808f
8 changed files with 46 additions and 13 deletions
|
@ -13,6 +13,11 @@
|
|||
"color": true
|
||||
}
|
||||
},
|
||||
"i2p":{
|
||||
"host": false,
|
||||
"connect": true,
|
||||
"ownAddr": ""
|
||||
},
|
||||
"allocations":{
|
||||
"disk": 1000000000,
|
||||
"netTotal": 1000000000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue