Updated scripts

This commit is contained in:
Peng-YM
2022-05-25 10:33:54 +08:00
parent b56f17606e
commit c389aa19a2
5 changed files with 15 additions and 90 deletions

View File

@@ -1,3 +1,6 @@
/**
* 过滤 UDP 节点
*/
function filter(proxies) {
return proxies.map(p => p.udp);
}