blob: 05168e9ef6d148a975c22ecd08e3f8c10316b8fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[tor_network]
fallback_caches = [
{ rsa_identity = "A52CA5B56C64D864F6AE43E56F29ACBD5706DDA1", ed_identity = "4ngwAxQ6Zw2VJB241CenzfrVtT6omCDOf9yGB1XAqTs", orports = [ "100.0.0.1:9111" ] },
]
authorities = [
{ name = "4uthority", v3ident = "604ED7BE52100945A47EAD301D45FADF493C6371" },
]
[path_rules]
ipv4_subnet_family_prefix = 33
ipv6_subnet_family_prefix = 129
[application]
# Disable process hardening, which interferes with shadow's process control
# https://github.com/shadow/shadow/issues/2368
permit_debugging = true
allow_running_as_root = true
|