24 lines
361 B
Text
24 lines
361 B
Text
protocol static static_v4 {
|
|
ipv4 {
|
|
preference 90;
|
|
};
|
|
|
|
route 0.0.0.0/0
|
|
via fb_gw;
|
|
|
|
# route 141.98.137.33/32 # level66.network iDRAC VPN
|
|
# via fb_gw;
|
|
|
|
# Netflix
|
|
include "/etc/bird/netflix_v4.conf";
|
|
}
|
|
|
|
protocol static static_v6 {
|
|
ipv6;
|
|
|
|
# route ::/0
|
|
# via fe80::e228:6dff:fe64:7d3%br0; # Fritzbox
|
|
|
|
# Netflix
|
|
include "/etc/bird/netflix_v6.conf";
|
|
}
|