6.3. DNS Express

Navigate to DNS ›› Zones : Zones : Zone List

../../_images/create_dnsxpress_flyout.png

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
../../_images/create_dnsxpress_zone.png

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 }