Updated scripts

This commit is contained in:
Peng-YM
2022-05-25 10:33:54 +08:00
parent 13dbe900fe
commit b2987fa732
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);
}