DNS > Class 2 - Next Generation DNS Services > 6. RPZ Source | Edit on
6.3. DNS Express¶
Navigate to DNS ›› Zones : Zones : Zone List

Create a DNS Express zone according to the following table:
Setting | Value |
---|---|
Name | rpz.example.com |
Server | localhost |
Allow NOTIFY From | 127.0.0.1 |
Verify Notify TSIG | un-checked |
Response Policy | checked |

TMSH
tmsh create ltm dns zone rpz.example.com { dns-express-server localhost response-policy yes dns-express-allow-notify add { 127.0.0.1 } dns-express-notify-tsig-verify no }