Skip to content

Commit c94bf0e

Browse files
author
duanhongyi
committed
2 parents 9eb38f1 + 92f6bff commit c94bf0e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ smartdns
1111
## 支持的功能
1212
支持A、SOA、NS记录的查询,支持DNS forward功能
1313

14+
##
15+
支持A、SOA、NS记录的查询,支持DNS forward功能
16+
1417
## 性能
1518
在虚拟机2.4G CPU上能够处理1000QPS查询请求,打开debug日志后可以到800QPS。3-5台dns server组成的集群已经能够满足大部分站点的需求。
1619

@@ -66,10 +69,13 @@ github: https://github.com/xiaomi-sa/smartdns
6669

6770
依赖:
6871

69-
python 2.6或者2.7
72+
gcc
73+
bzip2
74+
python 2.6或者2.7以及相关dev包
7075
Twisted 12.2.0
7176
zope.interface 4.0.1
7277

78+
7379
安装:
7480

7581
git clone smartdns到本地路径,进入script目录,执行install_smartdns.sh即可将smartdns安装在本地,同时python环境和相关的依赖都是使用virtualenv来进行管理,不会对系统环境造成影响。

0 commit comments

Comments
 (0)