Skip to content

Instantly share code, notes, and snippets.

@wasimosmanhome
Last active August 28, 2020 14:25
Show Gist options
  • Save wasimosmanhome/2f3c04a033aefa6f35d94d9e5bef4eea to your computer and use it in GitHub Desktop.
Save wasimosmanhome/2f3c04a033aefa6f35d94d9e5bef4eea to your computer and use it in GitHub Desktop.
raspAP installation (unattended)
curl -sL https://install.raspap.com | bash -s -- -y
sudo iptables -t nat -I POSTROUTING -d 127.0.0.0/8 -j ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment