Onionr/static-data/default_config.json

39 lines
835 B
JSON
Raw Normal View History

2018-05-04 07:14:27 +00:00
{
"advanced": {
2022-02-21 21:15:26 +00:00
"security_auditing": false
},
"allocations": {
"disk": 1073741824
},
"general": {
"allow_public_api_dns_rebinding": false,
"announce_node": true,
2020-09-07 05:47:58 +00:00
"dev_mode": false,
"display_header": true,
"ephemeral_tunnels": false,
"public_key": "",
"security_level": 0,
2022-02-21 21:15:26 +00:00
"use_bootstrap_list": true
},
"log": {
"console": {
"color": true,
"output": true
},
2018-05-04 07:14:27 +00:00
"file": {
"output": true,
2022-02-21 21:15:26 +00:00
"remove_on_exit": false
2018-05-04 07:14:27 +00:00
},
"verbosity": "default"
},
"plugins": {
"disabled": ["unixtransport"],
"enabled": []
2018-08-25 14:33:38 +00:00
},
"security": {
"dandelion": {
"strict": true,
"enabled": true
}
2018-06-14 04:17:58 +00:00
}
}