uo
This commit is contained in:
@@ -23,6 +23,7 @@ protocol kernel {
|
|||||||
};
|
};
|
||||||
|
|
||||||
include "/etc/bird/net/*.conf";
|
include "/etc/bird/net/*.conf";
|
||||||
|
include "/etc/bird/filter/*.conf";
|
||||||
include "/etc/bird/template/*.conf";
|
include "/etc/bird/template/*.conf";
|
||||||
include "/etc/bird/peers/inet/*.conf";
|
include "/etc/bird/peers/inet/*.conf";
|
||||||
include "/etc/bird/peers/dn42/*.conf";
|
include "/etc/bird/peers/dn42/*.conf";
|
||||||
|
|||||||
@@ -3,6 +3,9 @@
|
|||||||
cd
|
cd
|
||||||
git clone https://git.nia.ink/brnet/bird_config.git
|
git clone https://git.nia.ink/brnet/bird_config.git
|
||||||
|
|
||||||
|
rm /etc/bird/filter -rf
|
||||||
|
mv ./bird_config/bird/filter /etc/bird/filter
|
||||||
|
|
||||||
rm /etc/bird/template -rf
|
rm /etc/bird/template -rf
|
||||||
mv ./bird_config/bird/template /etc/bird/template
|
mv ./bird_config/bird/template /etc/bird/template
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user