refactor allowedTCPPorts configuration for docker0 interface

This commit is contained in:
2024-11-16 01:36:46 +01:00
parent 7d64801ae2
commit 974a0328fc

View File

@@ -30,7 +30,6 @@
allowedUDPPorts = [ allowedUDPPorts = [
51820 # WireGuard 51820 # WireGuard
]; ];
};
# Allow local network access only # Allow local network access only
interfaces = { interfaces = {
@@ -43,4 +42,5 @@
]; ];
}; };
}; };
};
} }