mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-21 20:22:33 +03:00
28 lines
615 B
Text
28 lines
615 B
Text
{
|
|
"name": "Example Template",
|
|
"owner": "public",
|
|
"records": [
|
|
{
|
|
"name": "",
|
|
"type": "NS",
|
|
"content": "ns1.example.com.",
|
|
"label": "ns1"
|
|
},
|
|
{
|
|
"name": "",
|
|
"type": "NS",
|
|
"content": "ns2.example.com.",
|
|
"label": "ns2"
|
|
},
|
|
{
|
|
"name": "example-txt",
|
|
"type": "TXT",
|
|
"content": "This is an example txt record"
|
|
},
|
|
{
|
|
"name": "localhost",
|
|
"type": "A",
|
|
"content": "127.0.0.1"
|
|
}
|
|
]
|
|
}
|