All Projects → qiniu → happy-dns-java

qiniu / happy-dns-java

Licence: MIT license
dns query client for java

Programming Languages

java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language
shell
77523 projects

Qiniu Happy DNS for Java

@qiniu on weibo Software License Build Status Latest Stable Version

安装

直接安装

通过maven

使用方法

DnsClient 可以创建一次,一直使用。

    IResolver[] resolvers = new IResolver[2];
    resolvers[0] = new DnspodFree();
    resolvers[1] = new Resolver(InetAddress.getByName("119.29.29.29"));
    DnsClient dns = new DnsManager(NetworkInfo.normal(), resolvers);

测试

$ ./gradlew test

运行环境

Java 最低要求 1.6

代码贡献

详情参考代码提交指南

贡献记录

联系我们

  • 如果需要帮助,请提交工单(在portal右侧点击咨询和建议提交工单,或者直接向 [email protected] 发送邮件)
  • 如果有什么问题,可以到问答社区提问,问答社区
  • 如果发现了bug, 欢迎提交 issue
  • 如果有功能需求,欢迎提交 issue
  • 如果要提交代码,欢迎提交 pull request
  • 欢迎关注我们的微信 微博,及时获取动态信息。

代码许可

The MIT License (MIT).详情见 License文件.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].