commit b651ac62d60065d9c2950a36f0e6ec8132578486
parent 8ac48052c53e6f8f101fa24474270f71f7a78c1e
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 12 Sep 2023 21:04:02 +0200
Debug
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -225,6 +225,8 @@
{
checkReversePath = "loose";
trustedInterfaces = [ "tailscale0" "floating1" "wg0" "cilium_host" "cilium_net" "cilium_vxlan" ];
+ logReversePathDrops = true;
+ logRefusedPackets = true;
enable = true;
allowPing = true;
logRefusedConnections = false;