mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
FilterAAAA: updated app docs for new option.
This commit is contained in:
@@ -11,6 +11,7 @@ As any post processor, this app is configured globally in the app settings. Its
|
|||||||
```
|
```
|
||||||
{
|
{
|
||||||
"enableFilterAaaa": true,
|
"enableFilterAaaa": true,
|
||||||
|
"defaultTtl": 30,
|
||||||
"bypassLocalZones": false,
|
"bypassLocalZones": false,
|
||||||
"bypassNetworks": [
|
"bypassNetworks": [
|
||||||
"192.168.1.0/24"
|
"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.
|
- `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.
|
- `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.
|
- `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.
|
||||||
|
|||||||
Reference in New Issue
Block a user