Managing DNS Records
این محتوا هنوز به زبان شما در دسترس نیست.
DNS is like the phone book of the internet. When someone types your domain, DNS tells their browser which server to go to. A DNS record is one line in that phone book.
In nsin you can see and change all your records from one place.
Where to find your records
Section titled “Where to find your records”- Open your nsin dashboard.
- Choose your website.
- Open the DNS section.
You’ll see a table of your records.
The record types you’ll use most
Section titled “The record types you’ll use most”You don’t need to memorize these. Here are the common ones in plain words:
| Type | What it does | Example value |
|---|---|---|
| A | Points your domain to a server’s IPv4 address (numbers). | 203.0.113.10 |
| AAAA | Same as A, but for newer IPv6 addresses. | 2001:db8::1 |
| CNAME | Points one name to another name. | example.com |
| MX | Tells the internet where your email should go. | mail.example.com |
| TXT | Holds text notes, often used to prove you own the domain. | v=spf1 ... |
Add a record
Section titled “Add a record”- In the DNS section, click Add Record.
- Pick the Type (for example
A). - Fill in the Name:
- Use
@for your main domain (example.com). - Use a word like
wwworblogfor a subdomain (www.example.com).
- Use
- Fill in the Value (for example the server address).
- Click Save.
Edit a record
Section titled “Edit a record”- Find the record in the table.
- Click the edit (pencil) icon.
- Change what you need.
- Click Save.
Delete a record
Section titled “Delete a record”- Find the record in the table.
- Click the delete (trash) icon.
- Confirm.
Proxied vs. unproxied (the cloud icon)
Section titled “Proxied vs. unproxied (the cloud icon)”Some records have a cloud or toggle next to them:
- Proxied (on): Traffic goes through nsin first. This is what gives you
speed, caching, and protection. Use this for your website (your
A/AAAA/CNAMErecords for@andwww). - Unproxied (off): Traffic goes straight to your server, skipping nsin. Use
this for things like email (
MX) records.
Common mistakes
Section titled “Common mistakes”- Forgetting
www. If you want bothexample.comandwww.example.comto work, make sure you have records for both. - Wrong value. Double-check the server address you paste in.
- Email stopped working. Make sure your
MXrecords are present and set to unproxied.
Next: learn how to point your domain to nsin.