Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobicloudvision committed Feb 19, 2025
1 parent 7cfd612 commit f3e462e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/public/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resources/css/app.css": {
"file": "assets/app-26d5f207.css",
"file": "assets/app-876c4f78.css",
"isEntry": true,
"src": "resources/css/app.css"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<li>Add a new <strong>A Record</strong> with the following details:</li>
</ol>

<div class="overflow-x-auto bg-white shadow-md rounded-lg">
<div class="overflow-x-auto bg-white dark:bg-white/5 shadow-md rounded-lg">
<table class="min-w-full text-left table-auto">
<thead>
<tr class="bg-primary-500 text-white">
<tr class="bg-primary-500 dark:bg-white/5 text-white">
<th class="py-2 px-4">Record Type</th>
<th class="py-2 px-4">Host/Name</th>
<th class="py-2 px-4">Value (IP Address)</th>
Expand All @@ -41,9 +41,9 @@
<p class="mt-4"><strong>4.</strong> Save the changes and wait for DNS propagation (may take a few minutes to several hours).</p>
<p class="mt-2"><strong>5.</strong> Verify by checking your domain with this command:</p>

<pre class="bg-gray-200 p-2 rounded-md my-2"><code>nslookup {{$domain}}</code></pre>
<pre class="bg-gray-200 dark:bg-white/5 p-2 rounded-md my-2"><code>nslookup {{$domain}}</code></pre>
<p>or</p>
<pre class="bg-gray-200 p-2 rounded-md my-2"><code>dig A {{$domain}} +short</code></pre>
<pre class="bg-gray-200 dark:bg-white/5 p-2 rounded-md my-2"><code>dig A {{$domain}} +short</code></pre>

<p class="mt-4"><strong>🔹 Note:</strong> If you want to set up a subdomain (e.g., <code>app.{{$domain}}</code>), use <code>app</code> in the <strong>Host/Name</strong> field instead of <code>@</code>.</p>

Expand Down

0 comments on commit f3e462e

Please sign in to comment.