allow port 17 through firewall
This commit is contained in:
@@ -82,5 +82,9 @@ in
|
|||||||
Accept = "yes";
|
Accept = "yes";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.openTCPPorts = [
|
||||||
|
17
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user