From d88c3a0e95b22c1714ba28557ba8b2a6b576e97f Mon Sep 17 00:00:00 2001 From: TearsDontFalls Date: Sat, 16 May 2015 11:53:49 +0200 Subject: [PATCH] docs: Single Qoute for ignore pattern with "!" because wouldnt work with default bash settings as its part of history expansion in bash --- doc-src/features/passthrough.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-src/features/passthrough.html b/doc-src/features/passthrough.html index 3da8692c6..7b377c823 100644 --- a/doc-src/features/passthrough.html +++ b/doc-src/features/passthrough.html @@ -68,7 +68,7 @@ Here are some other examples for ignore patterns: --ignore "^example.com:" # Ignore everything but example.com and mitmproxy.org: ---ignore "^(?!example\.com)(?!mitmproxy\.org)" +--ignore '^(?!example\.com)(?!mitmproxy\.org)' # Transparent mode: --ignore 17\.178\.96\.59:443