Skip to content

Commit 969c4fb

Browse files
committed
modified: README.md
modified: README_EN.md
1 parent bbf8ed2 commit 969c4fb

2 files changed

Lines changed: 23 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
[![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)
66
[DartNode(aff)](https://dartnode.com?aff=SnazzyLobster067) | [ZMTO(aff)](https://console.zmto.com/?affid=1588) | [Vultr(aff)](https://www.vultr.com/?ref=9807160-9J)
77

8+
**重要提示:** 仅用于**测试目的**。使用风险自负。生产环境请使用官方授权版本。
9+
10+
继续操作即表示您确认:
11+
- 您已阅读并理解所涉及的法律风险和影响
12+
- 这些工具将仅在非生产测试环境中使用
13+
- 生产部署将使用官方授权软件
14+
815
# MikroTik RouterOS Patch [[English](README_EN.md)]
916
[![License: WTFPL](https://img.shields.io/badge/License-WTFPL-brightgreen.svg)](./LICENSE)
1017
[![CoC:WTFCoC](https://img.shields.io/badge/CoC-WTFCoC-brightgreen.svg)](./CODE_OF_CONDUCT.md)
@@ -61,6 +68,10 @@ graph TD
6168
对npk文件进行解包,修改,创建,签名和验证
6269
### patch.py
6370
替换公钥并签名
71+
### 如何在不物理重启的情况下启用容器模式
72+
1. 安装 option.npk 包。
73+
2. 打开终端并执行:`system/device-mode/update container=yes`
74+
3. 打开一个新终端并执行: `system/shell cmd="reboot -f"`
6475

6576
[![Powered by DartNode](https://dartnode.com/branding/DN-Open-Source-sm.png)](https://dartnode.com "Powered by DartNode - Free VPS for Open Source")
6677

README_EN.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
[![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)
22
[![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)
3+
4+
**IMPORTANT:** For **testing purposes only**. Use at your own risk. Production environments require official licenses.
5+
6+
By proceeding, you acknowledge that:
7+
- You have reviewed and comprehend the legal implications and risks involved
8+
- These tools will be used exclusively in non-production, test environments
9+
- Production deployments shall utilize officially licensed software
10+
311
# MikroTik RouterOS Patch [[中文](README.md)]
412
[![License: WTFPL](https://img.shields.io/badge/License-WTFPL-brightgreen.svg)](./LICENSE)
513
[![CoC:WTFCoC](https://img.shields.io/badge/CoC-WTFCoC-brightgreen.svg)](./CODE_OF_CONDUCT.md)
@@ -41,9 +49,10 @@
4149
Sign,Verify,Create, Extract npk file.
4250
### patch.py
4351
Patch public key and sign NPK files
44-
45-
## Thanks for sponsoring
46-
[ZMTO](https://console.zmto.com/)
52+
### How to Enable Container Mode Without Physical Reboot
53+
1. Install the option.npk package.
54+
2. Open a terminal and run: `system/device-mode/update container=yes`
55+
3. Open a new terminal and run: `system/shell cmd="reboot -f"`
4756

4857
## all patches are applied automatically with [Github Action](https://github.com/elseif/MikroTikPatch/blob/main/.github/workflows/).
4958

0 commit comments

Comments
 (0)