Skip to content
Snippets Groups Projects
Commit c70c0129 authored by Timo Kösters's avatar Timo Kösters
Browse files

Merge branch 'proxy-config-examples' into 'next'

Fix proxy config examples in config/proxy.rs

See merge request famedly/conduit!321
parents 738f5e8f 65fa4b2c
No related branches found
No related tags found
No related merge requests found
...@@ -10,13 +10,13 @@ ...@@ -10,13 +10,13 @@
/// ``` /// ```
/// - Global proxy /// - Global proxy
/// ```toml /// ```toml
/// [proxy] /// [global.proxy]
/// global = { url = "socks5h://localhost:9050" } /// global = { url = "socks5h://localhost:9050" }
/// ``` /// ```
/// - Proxy some domains /// - Proxy some domains
/// ```toml /// ```toml
/// [proxy] /// [global.proxy]
/// [[proxy.by_domain]] /// [[global.proxy.by_domain]]
/// url = "socks5h://localhost:9050" /// url = "socks5h://localhost:9050"
/// include = ["*.onion", "matrix.myspecial.onion"] /// include = ["*.onion", "matrix.myspecial.onion"]
/// exclude = ["*.myspecial.onion"] /// exclude = ["*.myspecial.onion"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment