Skip to content

Commit

Permalink
cname domain
Browse files Browse the repository at this point in the history
  • Loading branch information
ubuntu committed Aug 29, 2018
1 parent cdb2897 commit 077b80f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions clients/client-linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,21 +186,21 @@ def get_packetLostRate():
t1 = threading.Thread(
target=_ping_thread,
kwargs={
'host': 'www.10010.com',
'host': 'cu.tz.cloudcpp.com',
'mark': '10010'
}
)
t2 = threading.Thread(
target=_ping_thread,
kwargs={
'host': 'www.189.cn',
'host': 'ct.tz.cloudcpp.com',
'mark': '189'
}
)
t3 = threading.Thread(
target=_ping_thread,
kwargs={
'host': 'bj.10086.cn',
'host': 'cm.tz.cloudcpp.com',
'mark': '10086'
}
)
Expand Down
6 changes: 3 additions & 3 deletions clients/client-psutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,21 +155,21 @@ def get_packetLostRate():
t1 = threading.Thread(
target=_ping_thread,
kwargs={
'host': 'www.10010.com',
'host': 'cu.tz.cloudcpp.com',
'mark': '10010'
}
)
t2 = threading.Thread(
target=_ping_thread,
kwargs={
'host': 'www.189.cn',
'host': 'ct.tz.cloudcpp.com',
'mark': '189'
}
)
t3 = threading.Thread(
target=_ping_thread,
kwargs={
'host': 'bj.10086.cn',
'host': 'cm.tz.cloudcpp.com',
'mark': '10086'
}
)
Expand Down

0 comments on commit 077b80f

Please sign in to comment.