mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00: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:
parent
a8cb8a01a3
commit
d88c3a0e95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user