Sub-Store/scripts/udp-filter.js
2022-05-25 10:33:54 +08:00

7 lines
92 B
JavaScript

/**
* 过滤 UDP 节点
*/
function filter(proxies) {
return proxies.map(p => p.udp);
}