From 969c4fb369f76a117dc5b092ea627e65c25ad2c2 Mon Sep 17 00:00:00 2001 From: elseif Date: Wed, 1 Jul 2026 12:52:02 +0800 Subject: [PATCH] modified: README.md modified: README_EN.md --- README.md | 11 +++++++++++ README_EN.md | 15 ++++++++++++--- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03b80c6..24b0daa 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ [![DigitalOcean Referral Badge](https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%201.svg)](https://www.digitalocean.com/?refcode=dbf6ed365068&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge) [DartNode(aff)](https://dartnode.com?aff=SnazzyLobster067) | [ZMTO(aff)](https://console.zmto.com/?affid=1588) | [Vultr(aff)](https://www.vultr.com/?ref=9807160-9J) +**重要提示:** 仅用于**测试目的**。使用风险自负。生产环境请使用官方授权版本。 + +继续操作即表示您确认: +- 您已阅读并理解所涉及的法律风险和影响 +- 这些工具将仅在非生产测试环境中使用 +- 生产部署将使用官方授权软件 + # MikroTik RouterOS Patch [[English](README_EN.md)] [![License: WTFPL](https://img.shields.io/badge/License-WTFPL-brightgreen.svg)](./LICENSE) [![CoC:WTFCoC](https://img.shields.io/badge/CoC-WTFCoC-brightgreen.svg)](./CODE_OF_CONDUCT.md) @@ -61,6 +68,10 @@ graph TD 对npk文件进行解包,修改,创建,签名和验证 ### patch.py 替换公钥并签名 +### 如何在不物理重启的情况下启用容器模式 + 1. 安装 option.npk 包。 + 2. 打开终端并执行:`system/device-mode/update container=yes` + 3. 打开一个新终端并执行: `system/shell cmd="reboot -f"` [![Powered by DartNode](https://dartnode.com/branding/DN-Open-Source-sm.png)](https://dartnode.com "Powered by DartNode - Free VPS for Open Source") diff --git a/README_EN.md b/README_EN.md index 70b4c56..b4e5118 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,5 +1,13 @@ [![Patch Mikrotik RouterOS 6.x](https://github.com/elseif/MikroTikPatch/actions/workflows/mikrotik_patch_6.yml/badge.svg)](https://github.com/elseif/MikroTikPatch/actions/workflows/mikrotik_patch_6.yml) [![Patch Mikrotik RouterOS 7.x](https://github.com/elseif/MikroTikPatch/actions/workflows/mikrotik_patch_7.yml/badge.svg)](https://github.com/elseif/MikroTikPatch/actions/workflows/mikrotik_patch_7.yml) + +**IMPORTANT:** For **testing purposes only**. Use at your own risk. Production environments require official licenses. + +By proceeding, you acknowledge that: +- You have reviewed and comprehend the legal implications and risks involved +- These tools will be used exclusively in non-production, test environments +- Production deployments shall utilize officially licensed software + # MikroTik RouterOS Patch [[中文](README.md)] [![License: WTFPL](https://img.shields.io/badge/License-WTFPL-brightgreen.svg)](./LICENSE) [![CoC:WTFCoC](https://img.shields.io/badge/CoC-WTFCoC-brightgreen.svg)](./CODE_OF_CONDUCT.md) @@ -41,9 +49,10 @@ Sign,Verify,Create, Extract npk file. ### patch.py Patch public key and sign NPK files - -## Thanks for sponsoring -[ZMTO](https://console.zmto.com/) +### How to Enable Container Mode Without Physical Reboot + 1. Install the option.npk package. + 2. Open a terminal and run: `system/device-mode/update container=yes` + 3. Open a new terminal and run: `system/shell cmd="reboot -f"` ## all patches are applied automatically with [Github Action](https://github.com/elseif/MikroTikPatch/blob/main/.github/workflows/).