mirror of
https://github.com/v2fly/domain-list-community.git
synced 2024-11-17 01:24:52 +02:00
Make speedtest host lower-cased
This commit is contained in:
parent
6acb899338
commit
dda2d1fd8d
@ -4,7 +4,7 @@
|
||||
# document.querySelectorAll('server').forEach(s => {
|
||||
# let v = s.attributes.host.value;
|
||||
# if (v) {
|
||||
# v = v.split(":")[0];
|
||||
# v = v.split(":")[0].toLowerCase();
|
||||
# servers.push(v);
|
||||
# }
|
||||
# });
|
||||
|
Loading…
Reference in New Issue
Block a user