We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9eb38f1 + 92f6bff commit c94bf0eCopy full SHA for c94bf0e
1 file changed
README.md
@@ -11,6 +11,9 @@ smartdns
11
## 支持的功能
12
支持A、SOA、NS记录的查询,支持DNS forward功能
13
14
+##
15
+支持A、SOA、NS记录的查询,支持DNS forward功能
16
+
17
## 性能
18
在虚拟机2.4G CPU上能够处理1000QPS查询请求,打开debug日志后可以到800QPS。3-5台dns server组成的集群已经能够满足大部分站点的需求。
19
@@ -66,10 +69,13 @@ github: https://github.com/xiaomi-sa/smartdns
66
69
67
70
依赖:
68
71
-python 2.6或者2.7
72
+gcc
73
+bzip2
74
+python 2.6或者2.7以及相关dev包
75
Twisted 12.2.0
76
zope.interface 4.0.1
77
78
79
安装:
80
81
git clone smartdns到本地路径,进入script目录,执行install_smartdns.sh即可将smartdns安装在本地,同时python环境和相关的依赖都是使用virtualenv来进行管理,不会对系统环境造成影响。
0 commit comments