Add open ports to firewall
This commit is contained in:
@@ -25,12 +25,20 @@
|
||||
hostName = "bigding";
|
||||
interfaces.ens3.useDHCP = true;
|
||||
|
||||
firewall.interfaces = {
|
||||
firewall = {
|
||||
allowedTCPPortRanges = [
|
||||
{
|
||||
from = 12500;
|
||||
to = 12515;
|
||||
}
|
||||
];
|
||||
interfaces = {
|
||||
"tailscale0" = {
|
||||
allowedUDPPorts = [41641];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
settings = {
|
||||
|
||||
Reference in New Issue
Block a user