├── README.md ├── loon配置 └── loon.conf ├── mihomo配置 ├── merge_mihomo.js ├── 【不防DNS泄露】mihomo.yaml └── 【防DNS泄露】mihomo.yaml ├── sing-box_v1.13 ├── merge_all.js ├── realip模板(仅ipv4) │ ├── singbox_realip(无auto_redirect,适合PC、手机等).json │ └── singbox_realip.json ├── singbox_fakeip(无auto_redirect,适合PC、手机等).json ├── singbox_fakeip.json ├── 自定义规则示例.txt └── 配套脚本 │ ├── (mac地址过滤脚本)99-singbox-bypass │ ├── openwrt更新脚本(配合crontab使用).sh │ └── windows更新脚本(配合计划任务使用).bat └── sing-box旧版本配置【仅存档,不建议使用】 ├── NoRegion ├── Fakeip │ ├── linux_with_fakeip.json │ ├── merge_fakeip.js │ └── win_with_fakeip.json ├── merge_all.js ├── sing-box_linux.json └── sing-box_win.json ├── merge.js ├── openwrt_procd_放在etc下的Init.d ├── openwrt更新脚本(配合crontab使用).sh ├── singbox-v11.json ├── singbox_for_win_template.json ├── singbox_for_wrt_template.json └── windows更新脚本(配合计划任务使用).bat /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/README.md -------------------------------------------------------------------------------- /loon配置/loon.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/loon配置/loon.conf -------------------------------------------------------------------------------- /mihomo配置/merge_mihomo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/mihomo配置/merge_mihomo.js -------------------------------------------------------------------------------- /mihomo配置/【不防DNS泄露】mihomo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/mihomo配置/【不防DNS泄露】mihomo.yaml -------------------------------------------------------------------------------- /mihomo配置/【防DNS泄露】mihomo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/mihomo配置/【防DNS泄露】mihomo.yaml -------------------------------------------------------------------------------- /sing-box_v1.13/merge_all.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box_v1.13/merge_all.js -------------------------------------------------------------------------------- /sing-box_v1.13/realip模板(仅ipv4)/singbox_realip(无auto_redirect,适合PC、手机等).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box_v1.13/realip模板(仅ipv4)/singbox_realip(无auto_redirect,适合PC、手机等).json -------------------------------------------------------------------------------- /sing-box_v1.13/realip模板(仅ipv4)/singbox_realip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box_v1.13/realip模板(仅ipv4)/singbox_realip.json -------------------------------------------------------------------------------- /sing-box_v1.13/singbox_fakeip(无auto_redirect,适合PC、手机等).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box_v1.13/singbox_fakeip(无auto_redirect,适合PC、手机等).json -------------------------------------------------------------------------------- /sing-box_v1.13/singbox_fakeip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box_v1.13/singbox_fakeip.json -------------------------------------------------------------------------------- /sing-box_v1.13/自定义规则示例.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box_v1.13/自定义规则示例.txt -------------------------------------------------------------------------------- /sing-box_v1.13/配套脚本/(mac地址过滤脚本)99-singbox-bypass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box_v1.13/配套脚本/(mac地址过滤脚本)99-singbox-bypass -------------------------------------------------------------------------------- /sing-box_v1.13/配套脚本/openwrt更新脚本(配合crontab使用).sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box_v1.13/配套脚本/openwrt更新脚本(配合crontab使用).sh -------------------------------------------------------------------------------- /sing-box_v1.13/配套脚本/windows更新脚本(配合计划任务使用).bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box_v1.13/配套脚本/windows更新脚本(配合计划任务使用).bat -------------------------------------------------------------------------------- /sing-box旧版本配置【仅存档,不建议使用】/NoRegion/Fakeip/linux_with_fakeip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box旧版本配置【仅存档,不建议使用】/NoRegion/Fakeip/linux_with_fakeip.json -------------------------------------------------------------------------------- /sing-box旧版本配置【仅存档,不建议使用】/NoRegion/Fakeip/merge_fakeip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box旧版本配置【仅存档,不建议使用】/NoRegion/Fakeip/merge_fakeip.js -------------------------------------------------------------------------------- /sing-box旧版本配置【仅存档,不建议使用】/NoRegion/Fakeip/win_with_fakeip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box旧版本配置【仅存档,不建议使用】/NoRegion/Fakeip/win_with_fakeip.json -------------------------------------------------------------------------------- /sing-box旧版本配置【仅存档,不建议使用】/NoRegion/merge_all.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box旧版本配置【仅存档,不建议使用】/NoRegion/merge_all.js -------------------------------------------------------------------------------- /sing-box旧版本配置【仅存档,不建议使用】/NoRegion/sing-box_linux.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box旧版本配置【仅存档,不建议使用】/NoRegion/sing-box_linux.json -------------------------------------------------------------------------------- /sing-box旧版本配置【仅存档,不建议使用】/NoRegion/sing-box_win.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box旧版本配置【仅存档,不建议使用】/NoRegion/sing-box_win.json -------------------------------------------------------------------------------- /sing-box旧版本配置【仅存档,不建议使用】/merge.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box旧版本配置【仅存档,不建议使用】/merge.js -------------------------------------------------------------------------------- /sing-box旧版本配置【仅存档,不建议使用】/openwrt_procd_放在etc下的Init.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box旧版本配置【仅存档,不建议使用】/openwrt_procd_放在etc下的Init.d -------------------------------------------------------------------------------- /sing-box旧版本配置【仅存档,不建议使用】/openwrt更新脚本(配合crontab使用).sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box旧版本配置【仅存档,不建议使用】/openwrt更新脚本(配合crontab使用).sh -------------------------------------------------------------------------------- /sing-box旧版本配置【仅存档,不建议使用】/singbox-v11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box旧版本配置【仅存档,不建议使用】/singbox-v11.json -------------------------------------------------------------------------------- /sing-box旧版本配置【仅存档,不建议使用】/singbox_for_win_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box旧版本配置【仅存档,不建议使用】/singbox_for_win_template.json -------------------------------------------------------------------------------- /sing-box旧版本配置【仅存档,不建议使用】/singbox_for_wrt_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box旧版本配置【仅存档,不建议使用】/singbox_for_wrt_template.json -------------------------------------------------------------------------------- /sing-box旧版本配置【仅存档,不建议使用】/windows更新脚本(配合计划任务使用).bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongLights/sing-box_template_merge_sub-store/HEAD/sing-box旧版本配置【仅存档,不建议使用】/windows更新脚本(配合计划任务使用).bat --------------------------------------------------------------------------------