onionr/static-data/default_config.json

81 lines
1.9 KiB
JSON
Raw Normal View History

2018-05-04 07:14:27 +00:00
{
"advanced": {
"security_auditing": true
},
"allocations": {
"disk": 1073741824
},
"general": {
"allow_public_api_dns_rebinding": false,
"announce_node": true,
"bind_address": "",
2020-09-07 05:47:58 +00:00
"dev_mode": false,
"display_header": true,
"ephemeral_tunnels": false,
"hide_created_blocks": true,
2020-09-07 05:47:58 +00:00
"insert_deniable_blocks": true,
"max_block_age": 2678400,
2020-12-04 09:41:40 +00:00
"minimum_block_pow": 5,
"minimum_send_pow": 5,
"public_key": "",
2020-09-07 05:47:58 +00:00
"random_bind_ip": true,
"security_level": 0,
"show_notifications": true,
2019-09-29 20:52:34 +00:00
"store_plaintext_blocks": true,
"upload_mixing": false,
"use_bootstrap_list": true,
"use_subprocess_pow_if_possible": true
},
"log": {
"console": {
"color": true,
"output": true
},
2018-05-04 07:14:27 +00:00
"file": {
"output": true,
2020-09-07 05:47:58 +00:00
"remove_on_exit": true
2018-05-04 07:14:27 +00:00
},
"verbosity": "default"
},
"onboarding": {
2020-09-07 05:47:58 +00:00
"done": false
2018-07-27 03:07:50 +00:00
},
"peers": {
"max_connect": 1000,
"max_stored_peers": 10000000,
"minimum_score": -100
},
"plugins": {
2020-11-22 00:43:59 +00:00
"disabled": [],
"enabled": []
2018-08-25 14:33:38 +00:00
},
2020-03-31 09:00:48 +00:00
"statistics": {
"i_dont_want_privacy": false,
"server": ""
},
"timers": {
"getBlocks": 10,
"lookupBlocks": 25
},
"tor": {
"bridge_fingerprint": "",
"bridge_ip": "",
"existing_control_password": "",
"existing_control_port": 0,
"existing_socks_port": 0,
"use_bridge": false,
"use_existing_tor": false
},
"transports": {
2020-03-19 06:43:25 +00:00
"lan": true,
"sneakernet": true,
2020-09-07 05:47:58 +00:00
"tor": true
},
"ui": {
2020-12-01 22:24:10 +00:00
"animated_background": false,
"public_remote_enabled": false,
"public_remote_hosts": [],
"theme": "dark"
2018-06-14 04:17:58 +00:00
}
2020-12-04 09:41:40 +00:00
}