2025-11-08 21:43:43 +08:00
2025-11-08 21:38:35 +08:00
i
2025-11-01 21:45:47 +08:00
2025-11-08 21:43:43 +08:00

这里是UNET推荐使用的bird配置文件

目录格式

-- bird
-- bird/var.conf    # 配置节点基本信息
-- bird/bird.conf   
-- bird/envvars     
-- bird/conf/       # 存放节点宣告IP机制
-- bird/function/   # 存放基本函数、表配置项和其他公共部分
-- bird/net/        # 定义网络模板
-- bird/peers/      # 存放对等体的配置信息

公共配置目录

-- bird/function/
-- bird/net/         # (可按需要disable)
-- bird/bird.conf

快速应用

cd 
git clone https://git.nia.ink/brnet/bird_config.git
rm -rf /etc/bird
mv bird_config/bird /etc/

注意

请务必修改下在输入birdc c

全服更新使用脚本

cd 
wget https://git.nia.ink/brnet/bird_config/raw/branch/master/update.sh
chmod +x update.sh
./update.sh 
Description
No description provided
Readme 152 KiB
Languages
Shell 100%