networking.firewall.checkReversePath = "loose" for tailscale
This commit is contained in:
parent
f33f8b3d1b
commit
94253212c6
@ -91,7 +91,6 @@
|
|||||||
firewall = {
|
firewall = {
|
||||||
allowedUDPPorts = [53];
|
allowedUDPPorts = [53];
|
||||||
allowedTCPPorts = [22 53];
|
allowedTCPPorts = [22 53];
|
||||||
checkReversePath = "loose"; # for tailscale
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -603,7 +603,6 @@
|
|||||||
firewall = {
|
firewall = {
|
||||||
allowedUDPPorts = [53 80 443];
|
allowedUDPPorts = [53 80 443];
|
||||||
allowedTCPPorts = [53 80 443];
|
allowedTCPPorts = [53 80 443];
|
||||||
checkReversePath = "loose"; # for tailscale
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
firewall = {
|
firewall = {
|
||||||
checkReversePath = "loose"; # for tailscale
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -144,6 +144,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.logRefusedConnections = false;
|
networking.firewall.logRefusedConnections = false;
|
||||||
|
networking.firewall.checkReversePath = "loose"; # for tailscale
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
chrony = {
|
chrony = {
|
||||||
|
Loading…
Reference in New Issue
Block a user