好的,所以我想做的是在远程机器上设置传送,这样我就可以通过互联网访问它。我正在关注教程,但我不是任何这些东西的专家。我尝试从这里复制粘贴命令:
https://goteleport.com/teleport/docs/quickstart/
第 1c 节:
certbot certonly \
--manual \
--preferred-challenges=dns \
--agree-tos \
--manual-public-ip-logging-ok \
--email foo@example.com \
-d "teleport.example.com, *.teleport.example.com"
正如教程中所说,我更改了电子邮件和域名,但它要求我:
Please deploy a DNS TXT record under the name
_acme-challenge.teleport.example.com with the following value:
XXXX
我应该如何改变它?在哪里?
谢谢你!