Guest User

Untitled

a guest
Dec 4th, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. networking.firewall = {
  2. allowPing = true;
  3. allowedTCPPorts = [ 22222 ];
  4. checkReversePath = "strict";
  5. enable = true;
  6. extraCommands = "ip46tables -P INPUT DROP";
  7. extraPackages = [ pkgs.ipset ];
  8. logRefusedConnections = false;
  9. };
Advertisement
Add Comment
Please, Sign In to add comment