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;
|
||||
firewall = {
|
||||
enable = true;
|
||||
trustedInterfaces = ["tailscale0"];
|
||||
trustedInterfaces = ["tailscale0" "wt0"];
|
||||
checkReversePath = "loose";
|
||||
allowedUDPPorts = [config.services.tailscale.port];
|
||||
allowedTCPPortRanges = [
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
to = 1764;
|
||||
}
|
||||
];
|
||||
allowedTCPPorts = [22 80 443];
|
||||
allowedTCPPorts = [22 80 443 8384];
|
||||
};
|
||||
nameservers = [
|
||||
"1.1.1.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue