视频教程

OpenBullet1使用教程:https://bulianglin.com/archives/48.html
安装xui:bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
CF优选IP工具:https://github.com/XIU2/CloudflareSpeedTest/releases/latest
反代CF的IP:https://github.com/ip-scanner/cloudflare
合并txt文件:type *.txt>>all.txt

OpenBullet2:https://github.com/openbullet/OpenBullet2/releases/latest
CF节点信息:/cdn-cgi/trace
机场三字码查询:http://airport.anseo.cn/
loli脚本:

BLOCK:HttpRequest
  url = $"http://<input.DATA>/cdn-cgi/trace"
  maxNumberOfRedirects = 2
  customHeaders = {("Host", "cf.nicename.tk")}
  timeoutMilliseconds = 3000
  TYPE:STANDARD
  $""
  "application/x-www-form-urlencoded"
ENDBLOCK

BLOCK:Keycheck
  banIfNoMatch = False
  KEYCHAIN SUCCESS OR
    STRINGKEY @data.SOURCE Contains "h=cf.nicename.tk"
ENDBLOCK
最后修改:2022 年 08 月 11 日 04 : 51 PM