networking.firewall.checkReversePath = "loose" for tailscale

This commit is contained in:
Motiejus Jakštys 2023-09-11 22:38:44 +03:00
parent f33f8b3d1b
commit 94253212c6
4 changed files with 1 additions and 3 deletions

View File

@ -91,7 +91,6 @@
firewall = {
allowedUDPPorts = [53];
allowedTCPPorts = [22 53];
checkReversePath = "loose"; # for tailscale
};
};

View File

@ -603,7 +603,6 @@
firewall = {
allowedUDPPorts = [53 80 443];
allowedTCPPorts = [53 80 443];
checkReversePath = "loose"; # for tailscale
};
};
}

View File

@ -108,7 +108,6 @@
}
];
firewall = {
checkReversePath = "loose"; # for tailscale
};
};

View File

@ -144,6 +144,7 @@
};
networking.firewall.logRefusedConnections = false;
networking.firewall.checkReversePath = "loose"; # for tailscale
services = {
chrony = {