Files
net186-config/bird/drop-default.conf
186526 5a5ada1e6f
All checks were successful
continuous-integration/drone/push Build is passing
update
2023-01-13 23:26:39 +08:00

8 lines
145 B
Plaintext

protocol static drop_default {
ipv6;
route ::/0 reject {
bgp_local_pref = 1;
bgp_community.add((65535, 65282));
};
}