Добавил лист с Dicsord

Signed-off-by: Reisber <admin@reisber.space>
This commit is contained in:
2026-06-08 08:08:25 +00:00
parent d8c341ea77
commit df773a6dff

View File

@@ -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" ]