Update `README.md` flags to reflect `--filtered-client-ips-mode`. Autogenerated using `python check.py`

This commit is contained in:
Abhinav Singh 2022-04-20 22:25:08 +05:30
parent 1980a0953d
commit 1a056a248b
1 changed files with 5 additions and 2 deletions

View File

@ -2295,10 +2295,11 @@ usage: -m [-h] [--tunnel-hostname TUNNEL_HOSTNAME] [--tunnel-port TUNNEL_PORT]
[--pac-file-url-path PAC_FILE_URL_PATH]
[--cloudflare-dns-mode CLOUDFLARE_DNS_MODE]
[--filtered-upstream-hosts FILTERED_UPSTREAM_HOSTS]
[--filtered-client-ips-mode FILTERED_CLIENT_IPS_MODE]
[--filtered-client-ips FILTERED_CLIENT_IPS]
[--filtered-url-regex-config FILTERED_URL_REGEX_CONFIG]
proxy.py v2.4.0rc10.dev13+g96428ae.d20220126
proxy.py v2.4.2.dev11+g0beb02d.d20220420
options:
-h, --help show this help message and exit
@ -2470,7 +2471,9 @@ options:
Default: Blocks Facebook. Comma separated list of IPv4
and IPv6 addresses.
--filtered-client-ips-mode FILTERED_CLIENT_IPS_MODE
Default: "blacklist". Can be either "whitelist" (restrict access to specific IPs) or "blacklist" (allow everything except specific IPs).
Default: blacklist. Can be either "whitelist"
(restrict access to specific IPs)or "blacklist" (allow
everything except specific IPs).
--filtered-client-ips FILTERED_CLIENT_IPS
Default: 127.0.0.1,::1. Comma separated list of IPv4
and IPv6 addresses.