you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 1 year ago (2 children)

Need a windows desktop like prompt that sets them for 1 minute, and asks if you want to keep them. If you don't respond, it reverts them back and tells you to stop being an idiot. :P

  • source
  • parent
  • hideshow 4 child comments
  • [–] 7 points 1 year ago (1 child)

    So something like:

    nft -f newrules.nft; sleep 2m; nft destroy table ip newrules
    
    # newrules.nft
    table ip newrules {
      # …
    }
    

    As long as you run this in tmux, your new firewall rules will be dropped if you don’t cancel this in 2 minutes.

  • source
  • parent
  • hideshow 2 child comments