Skip to content

Commit d318938

Browse files
committed
add doc
1 parent d566ec7 commit d318938

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
smartdns
22
========
33
## 使用场景
4-
##### smartdns是python语言编写,基于twisted框架实现的geo dns server,能够支持针对不同的dns请求根据配置返回不同的解析结果。smartdns获取dns请求的源IP或者客户端IP(支持edns协议的请求可以获取客户端IP),根据本地的静态IP库获取请求IP的特性,包括所在的国家、省份、城市、ISP等,然后根据我们的调度配置返回解析结果。
4+
##### smartdns是python语言编写,基于twisted框架实现的dns server,能够支持针对不同的dns请求根据配置返回不同的解析结果。smartdns获取dns请求的源IP或者客户端IP(支持edns协议的请求可以获取客户端IP),根据本地的静态IP库获取请求IP的特性,包括所在的国家、省份、城市、ISP等,然后根据我们的调度配置返回解析结果。
55
##### smartdns的使用场景:
66
1. 服务的多机房流量调度,比如电信流量调度到电信机房、联通流量调度到联通机房;
77
2. 用户访问控制,将用户调度到离用户最近或者链路质量最好的节点上。

0 commit comments

Comments
 (0)