折腾啥

  1. #Surge #脚本 #JavaScript #JS #IPv6

    #Surge #脚本 #JavaScript #JS #IPv6

    Surge 一个简单判断当前配置是否开启了 IPv6 的例子

    
    !(async () => {
      const { profile } = await httpAPI('/v1/profiles/current?sensitive=0', 'GET')
      $done({ IPv6: /(^|\n)ipv6\s*?=\s*?(true|1)\b/i.test(profile)})
    })();
    
    function httpAPI(path = '', method = 'POST', body = null) {
      return new Promise(resolve => {
        $httpAPI(method, path, body, result => {
          resolve(result);
        });
      });
    }

    • ❤️4
    • 🎉1
  2. Sub-Store

    Sub-Store

    2.14.102

    支持自定义全局默认 User-Agent(后端版本应 > 2.14.101)

    全局默认 User-Agent 从 Quantumult%20X/1.0.29 (iPhone14,5; iOS 15.4.1) 改成了 clash.meta

    部分 User-Agent 举例:

    Surge iOS/3004

    Shadowrocket/1978 CFNetwork/1331.0.7 Darwin/21.4.0

    clash.meta

    群友反馈:

    可尝试设置为 clash-verge/v1.5.1 , NekoBox/Android/1.3.0(Prefer ClashMeta Format) 等客户端的 User-Agent 让机场后端下发更多协议

    请积极向机场主/机场后端项目反馈

    给 Surge Loon clash.meta 下发 Hysteria 2 协议

    • ❤️3
  3. #苹果生态玄学自救指北 补充了一些新的问题

    #苹果生态玄学自救指北 补充了一些新的问题

    有新的偏方记得发我 久病成医 欢迎病友交流

    立即查看开始自救: https://xream.notion.site/6fed380cf1d147c6a047bce452a8f2af

    #自动解锁 #连续互通相机 #接力 #智能热点 #蜂窝移动网络通话 #短信 #通用剪贴板 #AutoUnlock #Continuity #Handoff #InstantHotspot #CellularCalls #SMS #message #UniversalClipboard #iCloud #开发者模式 #定位 #充电 #USB-C #接口 #通知 #蓝牙 #WiFi #卡顿 #macOS #苹果 #苹果生态 #自救 #自救指北

    • 👍2
    • 🔥1
    • 🥰1
  4. #TVBox #AList #小雅 #docker #视频 #xiaoya

    #TVBox #AList #小雅 #docker #视频 #xiaoya

    ▎ TVBox

    • 开发版频道 @TVBoxOSC
    • FongMi(含手機版)
    • 基础食用教程

    查看 更多版本(包括各种内置线路的)

    源:

    源仓库 https://www.yckceo.com/index/applist/tvbox.html
    dxawi
    https://dxawi.github.io/0/0.json
    饭太硬
    http://www.饭太硬.com/tv
    小米 小暴脾气
    http://xhww.fun:63/小米/DEMO.json
    唐三
    https://gcore.jsdelivr.net/gh/gaotianliuyun/gao/0828.json
    FongMI
    https://gcore.jsdelivr.net/gh/gaotianliuyun/gao/0827.json
    纯一骚零
    https://100km.top/0
    巧儿
    http://pandown.pro/tvbox/tvbox.json
    霜辉月明 py
    https://gcore.jsdelivr.net/gh/lm317379829/PyramidStore/pyramid/py.json
    PG one
    https://gcore.jsdelivr.net/gh/gaotianliuyun/gao/0825.json
    高天流云 js
    https://gcore.jsdelivr.net/gh/gaotianliuyun/gao/js.json
    高天流云 XYQ
    https://gcore.jsdelivr.net/gh/gaotianliuyun/gao/XYQ.json
    南风
    https://agit.ai/Yoursmile7/TVBox/raw/branch/master/XC.json
    运输车
    https://weixine.net/ysc.json
    俊哥
    http://home.jundie.top:81/top98.json
    liucn
    https://raw.liucn.cc/box/m.json

    自定义聚合源示例

    ▎ AList-TvBox

    AList 代理 支持 xiaoya 版 AList 界面管理

    可以整合多个源 固定一个统一的订阅链接

    • 项目文档

    • 一个第三方教程

    ▎电视直播 内置直播源

    https://github.com/lizongying/my-tv https://github.com/Eanya-Tonic/CCTV_Viewer 暂未测试

    ▎👏🏻 欢迎评论 & 转发

    加入 折腾啥

    📢 频道 | 👥 群组

    • ❤️9
    • 👏3
    • 👍2
    • 🎉1
  5. #DDNS #脚本 #Shell #Script

    #DDNS #脚本 #Shell #Script

    UE-DDNS: 一个通用嵌入式 DDNS 脚本

    转
    UE-DDNS是一个致力于使用最小的依赖、模块化向导设计的嵌入式posix shell ddns脚本。
    
    支持IPV4/IPV6,支持从URL或者网卡接口获取动态IP
    兼容绝大多数Unix平台,包括一些只有busybox的嵌入式设备,尽量依赖更少的命令
    用户只需要提供API Tokens,剩下的都是选择题,有手就行直接生成定制脚本
    可以直接在向导里面添加新域名,一步到位
    可以设置代理和走指定的网络接口,自动检测openwrt安装支持
    进行严格的IP比对,符合API调用规范,不重复提交IP更新请求
    支持多种消息推送,方便使用手机接收动态IP更新通知


    https://blog.03k.org/post/ue-ddns.html
    https://github.com/kkkgo/UE-DDNS

    • 👍6
    • ❤️1