i

ip2domain

根据ip得到注册的域名.目前(2016-5-27 11:11:43)提供两种方式: 1.使用bing search api:https://datamarket.azure.com/dataset/bing/search 2.使用global bing search
https://github.com/0604hx/nerve-tools
The Apache License, Version 2.0
0604hx
Files download
File Operation
ip2domain-1.3.jar download
ip2domain-1.3.pom download
ip2domain-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.0604hx</groupId>
  <artifactId>ip2domain</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.0604hx:ip2domain:1.3'
Gradle Kotlin
implementation("com.github.0604hx:ip2domain:1.3")
Scala SBT
libraryDependencies += "com.github.0604hx" % "ip2domain" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.0604hx', module='ip2domain', version='1.3')
)
Apache Ivy
<dependency org="com.github.0604hx" name="ip2domain" rev="1.3" />
Leiningen
[com.github.0604hx/ip2domain "1.3"]
Apache Buildr
'com.github.0604hx:ip2domain:jar:1.3'