1)反代加速 & 优选脚本

  1. 示例搜索语法

powershell -ExecutionPolicy Bypass -Command "Invoke-WebRequest -Uri 'https://joeyblog.net/jb/test.ps1' -OutFile 'test.ps1'; & './test.ps1'"
   

2、IP 优选:FOFA 搜索语法

为了获得更好的速度与延迟,可借助 FOFA 挑选较优的 Cloudflare 节点 IP

  1. 示例搜索语法

asn!="13335" && asn="16509" && country="JP" && server=="cloudflare"
   
   
  • asn!="13335" 排除 Cloudflare 自营 ASN;

  • country="SG"` 指定新加坡;