Skip to content

Commit d75b786

Browse files
authored
Merge pull request #123 from AdguardTeam/Update_README.md
Update README.md
2 parents 0fd7abd + e2adaad commit d75b786

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Run `adguard-cli [command]` to use AdGuard CLI. Below are the available commands
124124
- `listen_ports.http_proxy` resets the HTTP listening port to the default value (3129)
125125
- `proxy_mode` resets the proxy mode to the default value (manual)
126126
- `--all` Reset all settings to their default values
127-
- `check-update` Check for updates
127+
- `check-update` Check for updates of filters, userscripts, SafebrowsingV2, CRLite, and the app
128128
- `update` Update AdGuard CLI
129129
- `-v, --verbose` Show update script output
130130
- `filters` Manage filters
@@ -136,6 +136,22 @@ Run `adguard-cli [command]` to use AdGuard CLI. Below are the available commands
136136
- `update` Update filters
137137
- `add` Add a filter by its ID or name
138138
- `remove` Remove a filter by its ID or name
139+
- `dns filters` Manage DNS filters
140+
- `list` List installed and added DNS filters
141+
- `--all` View all DNS filters
142+
- `add` Add a built-in DNS filter by ID or name
143+
- `install` Install a custom DNS filter from a URL or local file
144+
- `--title` Set a custom title for the filter
145+
- `enable` Enable a DNS filter by name or ID
146+
- `disable` Disable a DNS filter by name or ID
147+
- `remove` Remove a DNS filter by ID
148+
- `set-title` Set a custom title for a DNS filter
149+
- `userscripts` Manage userscripts
150+
- `list` Show installed userscripts
151+
- `install` Install a userscript from a URL
152+
- `remove` Remove a userscript
153+
- `enable` Enable a userscript
154+
- `disable` Disable a userscript
139155
- `export-logs` Export logs to a zip file
140156
- `-o, --output TEXT` Path to the output artifact. Can be a directory
141157
- `-f, --force` Overwrite the output artifact without asking
@@ -145,6 +161,10 @@ AdGuard CLI behaviour can be configured per-app. See the `apps` section of `prox
145161
There's a number of pre-configured entries for popular web browsers,
146162
contained in `browsers.yaml` and included by default.
147163

164+
### HTTPS filtering exclusions
165+
Domains can be excluded from HTTPS filtering via the `https_exclusions.txt` file, located in AdGuard CLI working directory.
166+
It is referenced by the `exclusions` key in the `https_filtering` section of `proxy.yaml`.
167+
148168
## AdGuard VPN CLI interaction
149169

150170
Using AdGuard CLI in **automatic proxy mode** together with AdGuard VPN CLI in **tunnel mode** is impossible due to a

0 commit comments

Comments
 (0)