Skip to content

Instantly share code, notes, and snippets.

View jamesalbert's full-sized avatar
🐐
Working from home

James Albert jamesalbert

🐐
Working from home
  • Antioch, CA
View GitHub Profile
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
iptables -t nat -F
iptables -t mangle -F
iptables -F
iptables -X