Skip to content

Commit 2fb6089

Browse files
authored
Merge pull request #282 from istiak101/patch-1
Add SOA record definition
2 parents 284e992 + d2270bc commit 2fb6089

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
@@ -31,6 +31,9 @@
3131
},
3232
{
3333
"code": "NS"
34+
},
35+
{
36+
"code": "SOA"
3437
}
3538
]
3639
},
@@ -142,6 +145,27 @@
142145
"code": "ইউসেজ"
143146
}
144147
]
148+
},
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+
]
145169
}
146170
]
147171
}

0 commit comments

Comments
 (0)