Skip to content

Commit 36da6cb

Browse files
committed
add doc
1 parent 42eec16 commit 36da6cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ smartdns
55
##### smartdns的使用场景:
66
1. 服务的多机房流量调度,比如电信流量调度到电信机房、联通流量调度到联通机房;
77
2. 用户访问控制,将用户调度到离用户最近或者链路质量最好的节点上。
8+
89
##### 举个简单的例子,我们的一个站点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,从而达到不同运营商机房流量调度的目的。
910

1011
## 原理

0 commit comments

Comments
 (0)