From 1c18b8607fc466b37e362ec2a5d9fd64a2ab3445 Mon Sep 17 00:00:00 2001 From: Nima <85389307+NimaCodez@users.noreply.github.com> Date: Sat, 25 May 2024 15:55:13 +0330 Subject: [PATCH 1/2] Update blocking-rules.md - Fixed the last command to restart node's container after blocking rules configuration. Error: marzban: command not found ( on node servers ), which the edited and right command would be what I've included --- marzban/fa/examples/blocking-rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marzban/fa/examples/blocking-rules.md b/marzban/fa/examples/blocking-rules.md index 1854f0d..500e7d2 100644 --- a/marzban/fa/examples/blocking-rules.md +++ b/marzban/fa/examples/blocking-rules.md @@ -190,5 +190,5 @@ services: در نهایت برای اعمال تغییرات با دستور زیر مرزبان را ریستارت کنید. ``` bash -marzban restart +docker compose down && docker compose up -d ``` From c98816333c0e8924288a4ffca89ada32ff0d7202 Mon Sep 17 00:00:00 2001 From: TED <135175623+iamtheted@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:02:48 +0330 Subject: [PATCH 2/2] Update blocking-rules.md --- marzban/fa/examples/blocking-rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marzban/fa/examples/blocking-rules.md b/marzban/fa/examples/blocking-rules.md index 500e7d2..4b7a38d 100644 --- a/marzban/fa/examples/blocking-rules.md +++ b/marzban/fa/examples/blocking-rules.md @@ -187,7 +187,7 @@ services: ### قدم چهارم: اعمال تغییرات -در نهایت برای اعمال تغییرات با دستور زیر مرزبان را ریستارت کنید. +در نهایت برای اعمال تغییرات با دستور زیر مرزبان نود را ریستارت کنید. ``` bash docker compose down && docker compose up -d