mirror of
https://github.com//cppla/ServerStatus
synced 2025-06-02 05:39:50 +08:00
cname domain
This commit is contained in:
parent
40d386fd96
commit
d19f710dba
@ -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'
|
||||
}
|
||||
)
|
||||
|
@ -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'
|
||||
}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user