From a585fdd54b5bf21ead89505d738b2f88815036ae Mon Sep 17 00:00:00 2001 From: 4bobus Date: Mon, 23 Jun 2025 15:57:27 +0500 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 145f80f..c942164 100644 --- a/README.md +++ b/README.md @@ -1689,7 +1689,14 @@ ________________________________________________________________________________

*HQ-RTR*

-Отредактируем nftables под текст задания: +Скачаем готовый nftables.conf с github: +> !dos2unix и curl на HQ-RTR уже скачаны! + +curl -o /etc/nftables.conf https://raw.githubusercontent.com/4bobus/laba/refs/heads/main/files/hq-rtr/nftables.conf + +dos2unix /etc/nftables.conf + +Проверяем содержимое файла /etc/nftables.conf:

@@ -1703,10 +1710,24 @@ ________________________________________________________________________________

*BR-RTR *

+Скачаем готовый nftables.conf с github: + +apt install dos2unix -y + +apt install curl -y + +curl -o /etc/nftables.conf https://raw.githubusercontent.com/4bobus/laba/refs/heads/main/files/br-rtr/nftables.conf + +dos2unix /etc/nftables.conf + +Проверяем содержимое файла /etc/nftables.conf: +

+Не забываем применять: +