We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用AndroidDnsServer.defaultResolver()进行dns解析得到ip地址进行访问,和直接使用域名进行访问,两者之间有什么差别吗?
The text was updated successfully, but these errors were encountered:
没有太大的区别,主要是defaultResolver会对解析结果的TTL规整为标准的600s,避免被本地localdns篡改。
Sorry, something went wrong.
No branches or pull requests
使用AndroidDnsServer.defaultResolver()进行dns解析得到ip地址进行访问,和直接使用域名进行访问,两者之间有什么差别吗?
The text was updated successfully, but these errors were encountered: