Auto-sync: 2026-04-26 20:02

This commit is contained in:
2026-04-26 20:02:45 +08:00
parent d42bc16120
commit b7d9d0f5d1
54 changed files with 3196 additions and 3021 deletions

View File

@@ -0,0 +1,36 @@
---
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 处理反向代理