更新INET协议栈格式

This commit is contained in:
2025-11-08 21:38:35 +08:00
parent 1bd6e4b59e
commit 7510834a1e
6 changed files with 42 additions and 8 deletions

View File

@@ -1,13 +1,11 @@
#!/bin/bash
rm /etc/bird/net/unet.conf
curl https://git.nia.ink/brnet/bird_config/raw/branch/master/bird/net/unet.conf > /etc/bird/net/unet.conf
rm /etc/bird/net/inet.conf
curl https://git.nia.ink/brnet/bird_config/raw/branch/master/bird/net/inet.conf > /etc/bird/net/inet.conf
chmod -R 755 /etc/bird
birdc c
echo "请更新peers/inet的全部配置信息birdc c"
cd
rm update.sh