Files
Sub-Store/scripts/udp-filter.js

7 lines
92 B
JavaScript
Raw Normal View History

2022-05-25 10:33:54 +08:00
/**
* 过滤 UDP 节点
*/
2020-09-21 13:23:05 +08:00
function filter(proxies) {
return proxies.map(p => p.udp);
}