Skip to content

Commit

Permalink
Hosting IPV6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech committed Nov 12, 2023
1 parent 41f2c8a commit a54d08b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ async function RegisterHosting(subdomain, username, email, apikey) {
},
"record": {
"A": ["217.174.245.249"],
"AAAA": ["2a00:da00:1800:83a4::1"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
Expand Down

0 comments on commit a54d08b

Please sign in to comment.