Skip to content

Commit 8c49cc8

Browse files
author
段洪义
committed
Update README.md
1 parent 0070c9b commit 8c49cc8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ smartdns
88

99
##### 举个简单的例子,我们的一个站点test.test.com同时部署在电信和联通两个机房,该站点在电信机房的ip为1.1.1.1、在联通机房的ip为2.2.2.2,就可以通过smartdns做到该站点域名解析时判断源IP为电信的IP时返回1.1.1.1、判断源IP为联通的IP时返回2.2.2.2,从而达到不同运营商机房流量调度的目的。
1010

11+
## 安装方法
12+
1、安装python-devel以及bzip2包,以centos为例:`yum install -y bzip python-devel`
13+
2、执行`script/install_smartdns.sh`脚本即可完成安装
14+
1115
## 支持的功能
1216
支持A、SOA、NS记录的查询,支持DNS forward功能
1317

0 commit comments

Comments
 (0)