cde500b4f61ac79f9fd3134c141a2429227bd817
这里是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
Languages
Shell
100%