diff options
-rw-r--r-- | optional/adp-ntp-client.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/optional/adp-ntp-client.json b/optional/adp-ntp-client.json index 199714e..37c79ee 100644 --- a/optional/adp-ntp-client.json +++ b/optional/adp-ntp-client.json @@ -1,4 +1,6 @@ { "description": "NTP client", - "filter": [ { "in": "_fw", "out": "adp-wan", "service": "ntp" } ] + "filter": [ + { "in": "_fw", "out": "adp-wan", "service": [ "dns", "ntp" ] } + ] } |