1
0

flake.lock: Update fernglas

This commit is contained in:
2025-04-23 20:02:47 +02:00
parent c285e4db89
commit 4777fb2eae
2 changed files with 27 additions and 10 deletions

View File

@@ -7,8 +7,8 @@
enable = true;
settings = {
api.bind = "[::1]:3000";
collectors = [
{
collectors = {
bgp_any = {
collector_type = "Bgp";
bind = "[::]:1179";
default_peer_config = {
@@ -17,8 +17,8 @@
route_state = "Accepted";
add_path = true;
};
}
];
};
};
};
};