Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 13 years ago.
也许您的脚本通过 HTTP 使用某些 API - 尝试将
nameserver 8.8.8.8 nameserver 8.8.4.4
FIRST 行添加到 /etc/resolve.conf 文件中,以减少解析域的时间。这曾经是我的解决方案(我也使用Linode)。
/etc/resolve.conf
Maybe your scripts uses some API through HTTP - try to add
as FIRST lines into /etc/resolve.conf file to reduce time of resolving domains. It was solution for me once (I use Linode too).
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
也许您的脚本通过 HTTP 使用某些 API - 尝试将
FIRST 行添加到
/etc/resolve.conf
文件中,以减少解析域的时间。这曾经是我的解决方案(我也使用Linode)。Maybe your scripts uses some API through HTTP - try to add
as FIRST lines into
/etc/resolve.conf
file to reduce time of resolving domains. It was solution for me once (I use Linode too).