Skip to content

Instantly share code, notes, and snippets.

@rayepeng
Created July 5, 2023 09:23
Show Gist options
  • Save rayepeng/83cb69ec24ce3fecdff383d43d8520a0 to your computer and use it in GitHub Desktop.
Save rayepeng/83cb69ec24ce3fecdff383d43d8520a0 to your computer and use it in GitHub Desktop.

Revisions

  1. rayepeng created this gist Jul 5, 2023.
    5 changes: 5 additions & 0 deletions vmess-美国节点.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    function filter(proxies) {
    return proxies.map(p => {
    return p.type === "vmess" && p.name.indexOf("美国") !== -1;
    });
    }