这里主要参照NameCheap,其他域名服务商大同小异
host:
@代表在浏览器输入yourdomain.tld想跳转到的地址
www代表在浏览器输入www.yourdomain.tld想跳转到的地址
跳转到指定IP
| type | host | target |
|---|---|---|
| A Record | @ | 11.22.33.44 |
| A Record | www | 11.22.33.44 |
跳转到指定域名
| type | host | target |
|---|---|---|
| CNAME Record | @ | [name].github.io |
| CNAME Record | www | [name].github.io |