FilterAAAA: updated app docs for new option.

This commit is contained in:
Shreyas Zare
2024-11-09 19:40:17 +05:30
parent f7b3a0c7b9
commit 76f6108be3

View File

@@ -11,6 +11,7 @@ As any post processor, this app is configured globally in the app settings. Its
```
{
"enableFilterAaaa": true,
"defaultTtl": 30,
"bypassLocalZones": false,
"bypassNetworks": [
"192.168.1.0/24"
@@ -27,6 +28,8 @@ The individual settings are:
- `enableFilterAaaa`: when set to `false`, this app is disabled and passes through the original response.
- `defaultTtl`: The default TTL (seconds) to use for the response. This will be used by clients to cache negative response.
- `bypassLocalZones`: when set to `true`, authoritative answers are passed through unmodified.
- `bypassNetworks`: a list of networks. If a request originates from a client in any of the specified networks, the original response is passed through unmodified.