From df773a6dffa3e09c7697a9436d49eb24792283ee Mon Sep 17 00:00:00 2001 From: Reisber Date: Mon, 8 Jun 2026 08:08:25 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BB=D0=B8=D1=81=D1=82=20=D1=81=20Dicsord?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Reisber --- linux/bird-server.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux/bird-server.md b/linux/bird-server.md index 4eb41d5..c073861 100644 --- a/linux/bird-server.md +++ b/linux/bird-server.md @@ -46,6 +46,7 @@ protocol static static_bgp { include "/etc/bird/Telegram.txt"; include "/etc/bird/ChatGPT.txt"; include "/etc/bird/Twitter.txt"; + include "/etc/bird/Discord.txt"; } ## Тут указываем нашего соседа, который будет получать маршруты от нашей системы protocol bgp Mikrot1 { @@ -94,6 +95,7 @@ wget -N -O Twitter.lst https://raw.githubusercontent.com/lord-alfred/ipranges/ma wget -N -O Telegram.lst https://raw.githubusercontent.com/lord-alfred/ipranges/main/telegram/ipv4.txt wget -N -O ChatGPT.lst https://raw.githubusercontent.com/lord-alfred/ipranges/main/openai/ipv4.txt wget -N -O CloudFlare.lst https://raw.githubusercontent.com/lord-alfred/ipranges/main/cloudflare/ipv4.txt +wget -N -O Discord.lst https://raw.githubusercontent.com/1andrevich/Re-filter-lists/refs/heads/main/discord_ips.lst old=$(cat /opt/blacklist/md5.txt); new=$(cat /opt/blacklist/list/*.lst | md5sum | head -c 32); if [ "$old" != "$new" ]