anchorDNS | A smart DNS server
kandi X-RAY | anchorDNS Summary
kandi X-RAY | anchorDNS Summary
anchorDNS is a Java library. anchorDNS has no bugs, it has no vulnerabilities, it has build file available and it has low support. You can download it from GitHub.
众所周知的 CHNRoutes 项目能够修改系统路由表使拨VPN后 中国IP依然直接连接,仅国外连接通过VPN以防止国内网站也通过VPN绕行。然而为了解决DNS污染,一般会让DNS解析全部走VPN到国外DNS服务器,因此上了CDN或有国外服务器的中国网站 依然会解析到国外或国内非最佳服务器降低访问速度。. anchorDNS 正是为解决此问题而设计,通过先从国内DNS解析域名,若发现是中国IP则直接返回结果,若非中国IP则改用境外DNS解析的方法 能够既完全保持国内网站的解析正确 又获得无污染的境外网站DNS查询结果。. 解析 www.baidu.com -> 同时查询114.114.114.114(直连)/8.8.8.8(走VPN) -> 发现是中国IP网站 -> 使用直连114.114.114.114的结果. 解析 twitter.com -> 同时查询114.114.114.114(直连)/8.8.8.8(走VPN) -> 发现非中国IP网站 -> 使用走VPN的8.8.8.8的结果(无污染). 去 Release 下载最新版,解压后bin目录下 带参数运行 anchorDNS. 可以直接不带任何参数使用默认值使用,也可进行自定义如: anchorDNS -d 1.2.4.8 -a 8.8.4.4 -f -c ChinaCIDR_NEW.txt.
众所周知的 CHNRoutes 项目能够修改系统路由表使拨VPN后 中国IP依然直接连接,仅国外连接通过VPN以防止国内网站也通过VPN绕行。然而为了解决DNS污染,一般会让DNS解析全部走VPN到国外DNS服务器,因此上了CDN或有国外服务器的中国网站 依然会解析到国外或国内非最佳服务器降低访问速度。. anchorDNS 正是为解决此问题而设计,通过先从国内DNS解析域名,若发现是中国IP则直接返回结果,若非中国IP则改用境外DNS解析的方法 能够既完全保持国内网站的解析正确 又获得无污染的境外网站DNS查询结果。. 解析 www.baidu.com -> 同时查询114.114.114.114(直连)/8.8.8.8(走VPN) -> 发现是中国IP网站 -> 使用直连114.114.114.114的结果. 解析 twitter.com -> 同时查询114.114.114.114(直连)/8.8.8.8(走VPN) -> 发现非中国IP网站 -> 使用走VPN的8.8.8.8的结果(无污染). 去 Release 下载最新版,解压后bin目录下 带参数运行 anchorDNS. 可以直接不带任何参数使用默认值使用,也可进行自定义如: anchorDNS -d 1.2.4.8 -a 8.8.4.4 -f -c ChinaCIDR_NEW.txt.
Support
Quality
Security
License
Reuse
Support
anchorDNS has a low active ecosystem.
It has 63 star(s) with 17 fork(s). There are 7 watchers for this library.
It had no major release in the last 12 months.
There are 4 open issues and 4 have been closed. On average issues are closed in 65 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of anchorDNS is v3.1
Quality
anchorDNS has 0 bugs and 0 code smells.
Security
anchorDNS has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
anchorDNS code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
anchorDNS does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
anchorDNS releases are available to install and integrate.
Build file is available. You can build the component from source.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed anchorDNS and discovered the below as its top functions. This is intended to give you an instant insight into anchorDNS implemented functionality, and help decide if they suit your requirements.
- Run the resolver
- Checks to see if a record should be used in a DNS report
- Write result to server
- Gets cached message
- Add a message to the cache
- Main entry point
- Create the Options
- Invokes the query
- WARNING!
- Main loop
- Clear cache
Get all kandi verified functions for this library.
anchorDNS Key Features
No Key Features are available at this moment for anchorDNS.
anchorDNS Examples and Code Snippets
usage: anchorDNS
-a,--alternativeDNS Specify the alternative DNS server. Default:
8.8.8.8,8.8.4.4,208.67.222.222,208.67.220.220
-c,--cidr Specify the CIDR list. Default: Download from
Community Discussions
No Community Discussions are available at this moment for anchorDNS.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install anchorDNS
You can download it from GitHub.
You can use anchorDNS like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the anchorDNS component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use anchorDNS like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the anchorDNS component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page