pilotdns

PilotDNS Filters test

Jun 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.78 KB | None | 0 0
  1. {
  2.     "zone_name": "testdom.com",
  3.     "zone_type": "master",
  4.     "zone_file": "\/home\/pilotdns\/zones\/testzone.conf",
  5.     "records": [
  6.         {
  7.             "alias_address": "www",
  8.             "name": "testc",
  9.             "class": "IN",
  10.             "type": "CNAME",
  11.             "comment": null,
  12.             "ttl": null
  13.         },
  14.         {
  15.             "alias_address": "www",
  16.             "name": "testct",
  17.             "class": "IN",
  18.             "type": "CNAME",
  19.             "comment": null,
  20.             "ttl": "9600"
  21.         },
  22.         {
  23.             "alias_address": "www",
  24.             "name": "testcc",
  25.             "class": "IN",
  26.             "type": "CNAME",
  27.             "comment": "cname test with ttl and comment",
  28.             "ttl": "3600"
  29.         }
  30.     ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment