Skip to content

Commit 115f4ce

Browse files
author
Istiak Ferdous
authored
Add SOA record definition
Added SOA record definition
1 parent 079b31b commit 115f4ce

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

data/dns-records.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
{
3333
"code": "NS"
3434
}
35+
{
36+
"code": "SOA"
37+
}
3538
]
3639
},
3740
{
@@ -143,5 +146,26 @@
143146
}
144147
]
145148
}
149+
{
150+
"title": "SOA",
151+
"items": [
152+
{
153+
"definition": "ডোমেইন রেকর্ড এ ঐ ডোমেইন এর জোনের এডমিনিস্ট্রেশান ইনফো সেট করতে",
154+
"code": "@ => dns1.example.com admin.example.com 2013022001 86400 7200 604800 300"
155+
},
156+
{
157+
"definition": "ডিএনএস জোনের এডমিনিস্ট্রেশান ইনফো সেট করা যা জোন ট্রান্সফারেও ব্যবহার হয়",
158+
"code": "ইউসেজ"
159+
},
160+
{
161+
"definition": "এখানে নেমসার্ভার",
162+
"code": "dns1.example.com"
163+
},
164+
{
165+
"definition": "এখানে জোনের এডমিনের ইমেইল",
166+
"code": "admin.example.com"
167+
}
168+
]
169+
}
146170
]
147171
}

0 commit comments

Comments
 (0)