bird/bird.conf

27 lines
527 B
Text
Raw Normal View History

2020-08-22 02:58:43 +02:00
log syslog all;
router id 172.23.156.4;
timeformat base iso long;
timeformat log iso long;
timeformat protocol iso long;
timeformat route iso long;
2020-08-22 03:08:22 +02:00
include "/etc/bird/constants.conf";
include "/etc/bird/passwords.conf";
include "/etc/bird/communities.conf";
include "/etc/bird/tables.conf";
include "/etc/bird/filters/*.conf";
include "/etc/bird/templates/*.conf";
include "/etc/bird/protocols/*.conf";
2020-08-22 02:58:43 +02:00
protocol device {
}
protocol direct {
ipv4;
ipv6;
interface "ens*", "tun*", "vpn-*";
}