史诗更新

This commit is contained in:
2025-11-13 14:41:55 +08:00
parent cde500b4f6
commit ddeecd2c99
10 changed files with 167 additions and 154 deletions

18
bird/net/inet4.conf Normal file
View File

@@ -0,0 +1,18 @@
ipv4 table inet4;
protocol kernel {
scan time 20;
kernel table 103;
ipv4 {
table inet4;
import none;
export filter {
if source = RTS_STATIC then reject;
if !is_bogon_prefix() then {
krt_prefsrc = LOCAL_V4_kernel;
accept;
}
reject;
};
};
};