DNS > Class 2 - Next Generation DNS Services > 6. RPZ Source | Edit on
6.4. Local Zone¶
Navigate to: DNS ›› Caches : Cache List

Select validating-resolver_cache, click “Local Zones”, and click “Add”

Create a local zone entry according to the following table:
Setting | Value |
---|---|
Name | sorry.example.com |
Type | Static |
Records | sorry.example.com. IN A 10.1.20.252 |

TMSH
tmsh modify ltm dns cache validating-resolver validating-resolver_cache local-zones { { name sorry.example.com records add { “sorry.example.com. IN A 10.1.20.252” } type static } }