monitoring: inutile de conserver le port 8000 ouvert car aucun service n'écoute
This commit is contained in:
@@ -36,7 +36,7 @@ mkIf true {
|
|||||||
# Réseau
|
# Réseau
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
8000
|
#8000
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user