mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-24 04:14:57 +08:00
docs: Single Qoute for ignore pattern with "!"
because wouldnt work with default bash settings as its part of history expansion in bash
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user