We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 284e992 + d2270bc commit 2fb6089Copy full SHA for 2fb6089
1 file changed
data/dns-records.json
@@ -31,6 +31,9 @@
31
},
32
{
33
"code": "NS"
34
+ },
35
+ {
36
+ "code": "SOA"
37
}
38
]
39
@@ -142,6 +145,27 @@
142
145
"code": "ইউসেজ"
143
146
144
147
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
+ ]
169
170
171
0 commit comments