我有一个问题要定义 dns 记录。在这个网址(https://cloud.google.com/dns/docs/records)中,我阅读了
Note: Adding the @ symbol in this field causes the record to fail.
这会产生一些疑问,直到现在我在 Google Cloud DNS 中定义了记录,而不是使用 @ 我将其留空(因此指的是 $ ORIGIN)
是这样吗?
也就是说,例如
例子.com。300 IN TXT "v = spf1 xxxxxxxxxxxxxxxxxxxxxxxxx"
例子.com。300 IN MX 10 server.domain.com。
非常感谢