Add script demo

This commit is contained in:
Peng-YM
2020-09-21 13:23:05 +08:00
parent 32595ee27e
commit d81a0e2d3f
3 changed files with 31 additions and 14 deletions

3
scripts/udp-filter.js Normal file
View File

@@ -0,0 +1,3 @@
function filter(proxies) {
return proxies.map(p => p.udp);
}