From b5d2e138cb2ec83d00b7330e605a73ee76a50214 Mon Sep 17 00:00:00 2001 From: cyian-1756 Date: Tue, 24 Apr 2018 09:47:32 -0400 Subject: [PATCH] Added notes on proxy support --- Config-options.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Config-options.md b/Config-options.md index f41603d..257fb5f 100644 --- a/Config-options.md +++ b/Config-options.md @@ -158,3 +158,15 @@ TODO figure out what this is for Bool If true ripme saves images from 8muses with only the page number as the filename + +### proxy.http + +String + +HTTP Proxy (format [user:password]@host[:port]) WARNING: see https://stackoverflow.com/q/41505219 for HTTP Proxy with user/password + +### proxy.socks + +String + +SOCKS Proxy (format [user:password]@host[:port]) \ No newline at end of file