networking | add wt0 as trusted, add syncthing port
This commit is contained in:
parent
313b2b4368
commit
255f560727
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
dhcpcd.enable = false;
|
dhcpcd.enable = false;
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
trustedInterfaces = ["tailscale0"];
|
trustedInterfaces = ["tailscale0" "wt0"];
|
||||||
checkReversePath = "loose";
|
checkReversePath = "loose";
|
||||||
allowedUDPPorts = [config.services.tailscale.port];
|
allowedUDPPorts = [config.services.tailscale.port];
|
||||||
allowedTCPPortRanges = [
|
allowedTCPPortRanges = [
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
to = 1764;
|
to = 1764;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
allowedTCPPorts = [22 80 443];
|
allowedTCPPorts = [22 80 443 8384];
|
||||||
};
|
};
|
||||||
nameservers = [
|
nameservers = [
|
||||||
"1.1.1.1"
|
"1.1.1.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue