make: ajout cible show-blackholed pour facilement voir le nombre d'IP blackholées
This commit is contained in:
3
Makefile
3
Makefile
@@ -30,6 +30,9 @@ rebuild-build:
|
||||
rebuild-switch:
|
||||
$(TIME) time nixos-rebuild switch --fallback --show-trace
|
||||
|
||||
show-blackholed:
|
||||
-ip route |grep blackhole |wc -l| awk '{print "Il y a "$$1" route(s) en blackhole"}' |cowsay
|
||||
|
||||
show-diff-with-current:
|
||||
-diff /run/current-system/configuration.nix /etc/nixos/configuration.nix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user