diff --git a/Apps/FilterAaaaApp/README.md b/Apps/FilterAaaaApp/README.md index ee923a56..51c2e11a 100644 --- a/Apps/FilterAaaaApp/README.md +++ b/Apps/FilterAaaaApp/README.md @@ -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.