Xiaoyi
edd6936903
core: store naked core on compressed rom instead of unpacking to tmpfs
...
On OpenWrt $TMPDIR is tmpfs (RAM) and $BINDIR sits on a
transparently-compressed fs (squashfs/ubifs). Unpacking the core to
$TMPDIR pins the whole ~40MB binary in unreclaimable Shmem, and a
compressed copy is still kept on rom - paying twice.
When $TMPDIR is tmpfs and $BINDIR is squashfs/ubifs/overlay, store the
verified naked binary as $BINDIR/CrashCore.raw and symlink
$TMPDIR/CrashCore to it, dropping the downloaded archive. The binary is
transparently compressed on rom (~2.2:1, comparable to keeping .gz) and
its text/rodata become file-backed and reclaimable at runtime
(RssShmem 0). Other filesystems keep the existing behavior.
The upx branch's symlink target is also corrected from $TMPDIR to
$BINDIR (same dangling-symlink issue as #1295 ).
For #1304
2026-07-11 15:41:46 +08:00
juewuy
bbc0b35b16
创建 servers.list
2026-04-26 12:28:33 +08:00
juewuy
1e10113665
~1.9.5alpha14 pkg
2026-04-19 18:56:43 +08:00
juewuy
aa21581057
~bugfix
2026-04-19 14:10:02 +08:00
juewuy
04503ab921
~为mihomo的mix/route模式dns默认数据库增加每日自动同步
2026-04-19 13:30:34 +08:00
juewuy
13ed653c2e
Merge branch 'dev' of github.com:juewuy/ShellCrash into dev
...
# Conflicts:
# .github/workflows/bin_update.yml
2026-04-19 13:13:24 +08:00
juewuy
8e5ac1dce5
~增加部分文件内容的同步
2026-04-19 13:12:40 +08:00
juewuy
309b77ac35
~增加部分文件内容的同步
2026-04-19 12:24:42 +08:00
juewuy
0f712fd69f
~将自动任务的配置文件移动到$CRASHDIR/configs/task目录下
2026-04-19 12:06:28 +08:00
juewuy
accc20ff7c
~新手引导添加语言选择
2026-04-19 11:16:35 +08:00
juewuy
85733ebf9d
~修复在线更新配置文件报错的bug
2026-04-19 10:59:23 +08:00
juewuy
438611f27a
~修复部分文本错误
2026-04-19 10:49:41 +08:00
juewuy
791b83ab85
~DNS服务器中增加了专门用于解析节点域名的改PROXY-SERVER-DNS选项,并移除了对oix的单独适配
2026-04-19 10:40:28 +08:00
juewuy
75b3baa5d9
~修复在线生成时找不到servers.list的bug
2026-04-19 10:01:59 +08:00
juewuy
950432aebc
Merge pull request #1255 from juewuy/codex/refactor-singbox_modify.sh-into-smaller-functions
...
Refactor clash_modify.sh and singbox_modify.sh into modular helper functions
2026-04-07 09:39:54 +08:00
juewuy
8e95c6a292
refactor: split clash_modify yaml workflow into helpers
2026-04-07 09:38:50 +08:00
juewuy
b9c50e825d
Merge pull request #1254 from DustinWin/dev
...
优化域名嗅探
2026-04-06 17:45:11 +08:00
DustinWin
bcb3d9cabd
优化域名嗅探
2026-04-06 17:33:28 +08:00
juewuy
49c509d6ef
~1.9.5alpha13 pkg
2026-04-04 20:24:46 +08:00
juewuy
47c7331623
~首次添加节点订阅时,不再显示生成选项
2026-04-04 20:23:33 +08:00
juewuy
987ef6ab22
~优化提示
2026-04-04 20:17:56 +08:00
juewuy
2218161e8f
~修复多语言化导致的自动任务无法正确执行的bug
2026-04-04 20:10:43 +08:00
juewuy
74b304be6f
~修复singbox内核tun模式ipv6相关bug
2026-04-04 20:01:24 +08:00
juewuy
a968551912
~i18n fix
2026-04-04 19:54:34 +08:00
juewuy
13fc116985
~修复本地上传内核报错问题
2026-04-04 19:50:42 +08:00
juewuy
2e7d615f8a
~修复编码
2026-04-04 19:35:24 +08:00
juewuy
6b6740a725
~多语言化优化
2026-04-04 19:21:04 +08:00
juewuy
5e7a46c378
~修复自定义内核功能异常,并增加Dustinwin内核库
2026-04-04 19:11:15 +08:00
juewuy
c304ec8271
~修复多语言化导致的一系列显示错误
2026-04-04 18:44:47 +08:00
juewuy
cff3479213
~bug fix
2026-04-04 12:05:10 +08:00
juewuy
5b94bce400
~适配oix
2026-04-04 12:02:04 +08:00
juewuy
08e785dc2d
~增加ipv6host获取的fallback
2026-04-04 10:40:35 +08:00
juewuy
feb8ff9f80
Merge pull request #1250 from abcfy2/dev
...
修复 codex review 警告
2026-03-28 04:03:21 -07:00
Feng Yu
2d5df04dd4
修复 codex review 警告
...
从 IPv4 已过滤的 scope link 路由提取 LAN 接口名,再用这些接口名去查 IPv6 全局前缀
2026-03-28 12:47:15 +08:00
juewuy
b4a9702c82
Merge pull request #1248 from abcfy2/dev
...
添加 `.editorconfig` 配置,约束 `*.sh` 文件格式
2026-03-27 21:30:47 -07:00
juewuy
ee2fd53675
Merge pull request #1249 from abcfy2/fix/ipv6-dns
...
修复 ipv6 DNS 拦截错误的网段
2026-03-27 21:30:34 -07:00
Feng Yu
39084ffd1e
修复 ipv6 DNS 拦截错误的网段
2026-03-28 12:03:18 +08:00
Feng Yu
200d1729fb
添加 .editorconfig 配置,约束 *.sh 文件格式
2026-03-26 12:04:13 +08:00
juewuy
687e72a53f
Merge pull request #1247 from abcfy2/dev
...
优化 web_save 逻辑,确保成功响应再保存
2026-03-25 19:53:44 -07:00
Feng Yu
8d51f0aab6
优化 web_save 逻辑,确保成功响应再保存
2026-03-25 22:12:31 +08:00
juewuy
837f99727a
~统一缩进
2026-03-25 20:15:42 +08:00
juewuy
ab29b5c036
~1.9.5alpha12 pkg
2026-03-25 20:01:48 +08:00
juewuy
3e2ad3da2e
~1.9.5alpha12 pkg
2026-03-25 19:57:18 +08:00
juewuy
13aa2f20cf
~bug fix
2026-03-25 19:49:20 +08:00
juewuy
b1622958e0
~singboxr增加urltest_unified_delay启用
2026-03-25 19:32:27 +08:00
juewuy
3dad12584a
~bug fix
2026-03-25 19:32:00 +08:00
juewuy
91ae2c88de
~i18h
2026-03-25 19:15:15 +08:00
juewuy
5076a29996
Merge pull request #1246 from DustinWin/dev
...
优化国外域名策略组(出站);优化轻量规则
2026-03-24 16:21:00 -07:00
DustinWin
23571b4f45
优化国外域名策略组(出站);优化轻量规则
2026-03-25 02:59:03 +08:00
juewuy
4f3dc3b70d
Merge pull request #1245 from DustinWin/dev
...
删除 trackerslist 分流
2026-03-24 04:00:14 -07:00