add finch outbound proxy support (#158)
[akkoma] / docs / docs / configuration / cheatsheet.md
index 71ebf28dceae6d0e79bc58df29d27f8bb3cc524a..8fa188de18ba0e8bf1e048671775d231a776619f 100644 (file)
@@ -521,7 +521,7 @@ Available caches:
 
 ### :http
 
-* `proxy_url`: an upstream proxy to fetch posts and/or media with, (default: `nil`)
+* `proxy_url`: an upstream proxy to fetch posts and/or media with, (default: `nil`); for example `http://127.0.0.1:3192`. Does not support SOCKS5 proxy, only http(s).
 * `send_user_agent`: should we include a user agent with HTTP requests? (default: `true`)
 * `user_agent`: what user agent should we use? (default: `:default`), must be string or `:default`
 * `adapter`: array of adapter options