Update suki.json

Changed email and ipv4
This commit is contained in:
Suki
2023-02-11 08:30:37 +05:30
committed by GitHub
parent b278a0a33c
commit 4b84be28a6
+3 -3
View File
@@ -3,16 +3,16 @@
"repo": "https://github.com/SukiPlayz/hello-world",
"owner": {
"username": "SukiPlayz",
"email": "sukinotsus@pastagalaxy.xyz"
"email": "sukimayoo@outlook.com"
},
"record": {
"A": [
"135.148.226.33"
"212.193.3.66"
],
"MX": [
"ns1.crystalcloud.xyz",
"ns2.crystalcloud.xyz"
],
"TXT": "v=spf1 a mx ip4:135.148.226.33 ~all"
"TXT": "v=spf1 a mx ip4:212.193.3.66 ~all"
}
}