Sub-Store/scripts/udp-filter.js
2020-09-21 13:23:05 +08:00

4 lines
63 B
JavaScript

function filter(proxies) {
return proxies.map(p => p.udp);
}