310 Commits
Author SHA1 Message Date
纯白色冰淇淋 d37267bceb ~修复 Docker 删除重建容器后丢失开机自启状态的问题:将 s6 自启标记持久化到 configs 卷,并在启动时通过 S6_STAGE2_HOOK 同步 2026-08-11 11:54:40 +08:00
juewuy 0ab3fade1b ~优化新手引导中启用IP转发的提示及实现逻辑 2026-08-02 10:39:00 +08:00
juewuy 29fe229554 ~增加UI选项的翻译文本 2026-08-02 10:25:55 +08:00
juewuy 4da9c5a2ff ~修复下载自定义数据库时无法输入超过9的数字的bug 2026-07-30 14:45:47 +08:00
juewuy e621d37d16 ~现在对未启用IP转发的设备,启动局域网代理时默认会检查并启用IP转发 2026-07-29 10:52:12 +08:00
juewuy d8941fb202 ~增加对ss命令的兼容以替代netstat命令 2026-07-29 10:42:38 +08:00
juewuy db8ba09663 ~优化清理数据库提示并增加对.metadb文件的清理 2026-07-29 10:13:37 +08:00
juewuy b27028d9bf ~现在修改劫持范围时不再重置代理模式 2026-07-29 09:59:38 +08:00
juewuy 6cf5f02231 ~修复热更新配置失败的bug 2026-07-29 09:56:56 +08:00
juewuy 7df1d7aafa ~修复提示 2026-07-18 19:35:13 +08:00
juewuy 947d93d3ea ~适配singbox1.14+版本内核
~修复debug模式提示找不到内核的bug
2026-07-14 10:47:13 +08:00
juewuy bc26306ebd ~修复文件格式 2026-07-14 09:56:54 +08:00
juewuy bda31de05d ~修复在线更新订阅定时任务失效的bug 2026-07-13 17:00:50 +08:00
juewuy 5cf7aba112 ~修复容器劫持开关失效的bug 2026-07-13 15:23:13 +08:00
juewuy c100d0312d Merge pull request #1271 from fyzhu/patch-1
fix sed error
2026-07-13 14:22:57 +08:00
DustinWin a85cd5b505 Merge branch 'juewuy:dev' into dev 2026-07-07 10:45:02 +08:00
DustinWin b31c824f94 适配 sing-box v1.14.0-alpha.21+ 版本内核 2026-05-17 22:48:13 +08:00
Wanfung Chu d37ffc53e0 fix sed error 2026-05-07 00:24:28 +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 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 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 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 5b94bce400 ~适配oix 2026-04-04 12:02:04 +08:00
juewuy 837f99727a ~统一缩进 2026-03-25 20:15:42 +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 91ae2c88de ~i18h 2026-03-25 19:15:15 +08:00
Feng Yu b750469047 除 UI 端口之外,其余端口采用 TCP + UDP 端口检测方式检测 2026-03-23 11:19:37 +08:00
Feng Yu 96f04a2225 修复 gateway 端口设置缺少配置端口重复检查的问题
在 7_gateway.sh 中设置 vms_port 和 sss_port 时,只检查了端口范围
和系统占用,未检查与 mix_port/redir_port/dns_port/db_port 的冲突。
当 CrashCore 停止时可能导致保存冲突端口配置,启动时绑定失败。
2026-03-23 00:26:12 +08:00
Feng Yu c61c637e0d 修复端口重复检查逻辑,保持函数职责单一
- check_port 函数只负责检查端口范围和占用,移除重复检查逻辑
- 端口重复检查移到 inputport 函数中,只排除当前编辑的端口变量
- 修复编辑端口时错误地跳过所有已配置端口重复检查的 bug
2026-03-22 23:52:58 +08:00
Feng Yu 7ed66026be 检测端口冲突时区分 tcp 和 udp 端口,防止误报
Fix #1242
2026-03-22 23:22:33 +08:00
juewuy 21c4f8400b ~i18h 2026-03-22 21:38:10 +08:00
juewuy 75609fbc26 ~i18 2026-03-22 21:11:32 +08:00
juewuy c8dfb3780a ~i18 2026-03-22 20:53:55 +08:00
juewuy 2e71e78a9d Merge pull request #1230 from cyxc1124/feature/pushdeer-self-hosted-support
feat: 增加 PushDeer 自建服务器支持
2026-03-22 05:06:40 -07:00
juewuy 1a00022ea2 已修改 scripts/lang/chs/7_gateway.lang
已修改        scripts/lang/en/7_gateway.lang
已修改        scripts/menus/7_gateway.sh
2026-03-14 04:37:49 -07:00
juewuy 8bcaac1f66 feat(i18n): localize settings and dns menu leftovers 2026-03-11 19:39:05 +08:00
cyxc1124 270dbd4299 feat: 增加 PushDeer 自建服务器支持 2026-03-05 23:44:23 +08:00
juewuy 31bf9915c6 ~修复小闪存模式部分情况下启动报错的bug 2026-02-15 20:37:11 +08:00
juewuy 65244e51da ~版本回退改为使用api链接 2026-02-14 20:48:52 +08:00
juewuy 5d4fcc2271 ~修复singboxr本地生成失败的bug 2026-02-10 20:09:22 +08:00
juewuy 8083166256 ~fix 2026-02-10 20:05:45 +08:00
juewuy a15b431e97 Merge branch 'master' into dev
# Conflicts:
#	ShellCrash.tar.gz
#	bin/version
#	version
2026-02-10 20:00:23 +08:00