aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/features
diff options
context:
space:
mode:
authorTearsDontFalls <hans.wuerstchen42@gmail.com>2015-05-16 11:53:49 +0200
committerTearsDontFalls <hans.wuerstchen42@gmail.com>2015-05-16 11:53:49 +0200
commitd88c3a0e95b22c1714ba28557ba8b2a6b576e97f (patch)
treea28f0d438ae56db48134e7262894e0f30c083f3a /doc-src/features
parenta8cb8a01a30ad1432ff5d25ecc183aa54c72815a (diff)
downloadmitmproxy-d88c3a0e95b22c1714ba28557ba8b2a6b576e97f.tar.gz
mitmproxy-d88c3a0e95b22c1714ba28557ba8b2a6b576e97f.tar.bz2
mitmproxy-d88c3a0e95b22c1714ba28557ba8b2a6b576e97f.zip
docs: Single Qoute for ignore pattern with "!"
because wouldnt work with default bash settings as its part of history expansion in bash
Diffstat (limited to 'doc-src/features')
-rw-r--r--doc-src/features/passthrough.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc-src/features/passthrough.html b/doc-src/features/passthrough.html
index 3da8692c..7b377c82 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