Skip to content

Commit

Permalink
fix(frontend): dns export format
Browse files Browse the repository at this point in the history
  • Loading branch information
thewander02 committed Oct 17, 2024
1 parent 15b80ff commit 280a368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ const dnsRecords = computed(() => {
return [
{
type: "A",
name: `${userDomain.value}`,
name: `${userDomain.value.split(".")[0]}`,
content: data.value?.net?.ip ?? "",
},
{
Expand Down

0 comments on commit 280a368

Please sign in to comment.