Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- networking.firewall = {
- allowPing = true;
- allowedTCPPorts = [ 22222 ];
- checkReversePath = "strict";
- enable = true;
- extraCommands = "ip46tables -P INPUT DROP";
- extraPackages = [ pkgs.ipset ];
- logRefusedConnections = false;
- };
Advertisement
Add Comment
Please, Sign In to add comment