Skip to content

Instantly share code, notes, and snippets.

View krockpot's full-sized avatar
🐊

Jeremy krockpot

🐊
View GitHub Profile
@krockpot
krockpot / keybase.md
Created September 19, 2017 19:56
Keybase identity proof

Keybase proof

I hereby claim:

  • I am krockpot on github.
  • I am krockpot (https://keybase.io/krockpot) on keybase.
  • I have a public key ASBA6pfUEMHGhvOFk-2K07WMukiZRZ8VoZESasWN1fEEngo

To claim this, I am signing this object:

#! /bin/sh
# Sets up the iptables firewall to filter everything except loopback
# icmp, and ssh traffic. The user can manually add extra rules to the
# firewall as needed.
# Clean the firewall
clean() {
iptables -F
iptables -X
iptables -t nat -F