diff --git a/conduit-example.toml b/conduit-example.toml index 7d419cf..ce79918 100644 --- a/conduit-example.toml +++ b/conduit-example.toml @@ -41,7 +41,20 @@ trusted_servers = ["matrix.org"] address = "127.0.0.1" # This makes sure Conduit can only be reached using the reverse proxy -proxy = "none" # more examples can be found at src/database/proxy.rs:6 - # The total amount of memory that the database will use. #db_cache_capacity_mb = 200 + +# proxy = "none" # more examples can be found at src/database/proxy.rs:6 + +# [trust_certificates] +# include = ["*.onion] # do not validate certificates from this domain (NOTE: this should *ONLY* be done for protocols that are self-authenticating such as Tor hidden services) + + +# To enable Tor federation, uncomment below: +# +# [[proxy.by_domain]] +# url = "socks5h://localhost:9050" +# include = ["*.onion"] +# +# [trust_certificates] +# include = ["*.onion"]