hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
290 stars 24 forks source link

Domain: DNS Management #333

Open hhstore opened 2 years ago

hhstore commented 2 years ago

related:

hhstore commented 2 years ago

域名解析: DNS 管理

1. 域名购买:

2. 域名(DNS)解析: cloudflare

3. FAQ:

解析失败原因: (checklist)

  1. DNS 设置错误
  2. 如果是基于 VPS 部署, 注意负载均衡器的配置 (如 caddy), 是否写死了 域名值.(这种会导致 mirror 域名解析失败)
hhstore commented 2 years ago

域名管理相关工具:

查询工具:

执行 ping 命令来验证解析是否生效:


输入 ping + 空格 + 您的域名(这里以 cloud.tencent.com 为例)

ping cloud.tencent.com

ref:

hhstore commented 2 years ago

域名规则科普:

A 记录:

CNAME 记录:

MX 记录:

NS 记录

负载均衡:

FAQ:

hhstore commented 2 years ago

网站部署相关:

caddy:

hhstore commented 2 years ago

1