- Remove "0:" prefix from package names before injecting into Sing-box and Clash configurations.
- Ensures consistent formatting of include/exclude package lists.
- Prevents malformed entries in sing_config and clash_config.
- Parameterize PID file and fallback values
- Improve detection and assignment of cgroup paths
- Update default memcg limit to 100M, cpuset CPU range, blkio weight
- Refine CPU core detection using /proc/[pid]/stat
- Replaced existing crond startup logic with cleaner, safer implementation.
- Added `pkill` fallback mechanism for stopping `crond`.
- Removed redundant `touch` and `chmod` on crontab file; now using descriptive header and appending additional config from `crontab.cfg`.
- Adjusted logging messages for clarity ("crond enable"/"crond disable").
- Updated service status emojis in `description=` fields for better UX.
* Add skip_mount to prevent suspicious mountpoints.
Since the scripts and binary had it's own separate folder, we don't need to mount anything on top of overlayfs.
This prevent detection of suspicious mountpoints.
Documentation: https://topjohnwu.github.io/Magisk/guides.html#magisk-modules
* add skip_mount extraction command to customize.sh
forgot about that, silly me :P
- Change default TUN device from utun to meta (Clash).
- Rename TUN interface from utun9 to sing (Sing-Box).
- Disable /dev/net/tun creation.
- Set mixed as the default stack.
- Changed the mode from `whitelist` to `blacklist`.
- Simplified and reorganized package list formatting for clarity.
- Removed unused and commented-out package entries to streamline the file.
- Updated examples and annotations for better readability.
* Create 待办.md
* Delete 待办.md
* Create package.list.cfg
添加黑白名单模式选择,以及包名配置
* Delete box/package.list.ini
使用.cfg,移除.ini
* Optimizing details and adding black / white list configuration options to support custom comments
Optimizing details and adding black / white list configuration options to support custom comments
* Replace the configuration file path to get the method
* 更新 settings.ini
Move options that do not require manual configuration to the bottom of the file
* 更新 package.list.cfg
Change the default option to whitelist mode