Files
nexus/wiki/entities/阿里云-DNS.md
2026-04-27 16:26:34 +08:00

37 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "阿里云 DNS"
type: entity
tags: [dns, domain, aliyun, cloud, hosting]
last_updated: 2026-04-03
---
# 阿里云 DNS
## Overview
**阿里云 DNS**Alibaba Cloud DNS是阿里云提供的域名解析服务用于管理域名的 DNS 记录,将域名指向服务器 IP 地址。本 Wiki 中用于管理 `ishenwei.online` 域名解析。
## 在本 Wiki 中的应用
- [[通过VPS+内网反向代理实现域名访问内网穿透]]:配置 `nas.ishenwei.online``n8n.ishenwei.online` A 记录指向 RackNerd VPS IP192.227.222.142
## DNS 记录配置示例
| 主机记录 | 记录类型 | 记录值 | TTL |
|---------|---------|--------|-----|
| nas | A | 192.227.222.142 | 600 |
| n8n | A | 192.227.222.142 | 600 |
| ubuntu1 | A | 192.227.222.142 | 600 |
| transmission | A | 192.227.222.142 | 600 |
| grafana | A | 192.227.222.142 | 600 |
## 验证命令
```bash
dig nas.ishenwei.online +short # 应返回 192.227.222.142
```
## Related Entities
- [[RackNerd]]VPS 提供商,运行托管域名解析目标的公网服务
- [[VPS]]DNS A 记录指向的公网服务器
## Related Concepts
- [[内网穿透]]DNS 解析是内网穿透方案的第一步
- [[反向代理]]:域名解析后由 Caddy 处理反向代理