Skip to content

Instantly share code, notes, and snippets.

@eaguad1337
Last active June 23, 2022 15:12
Show Gist options
  • Save eaguad1337/9c1c5facab1d7bdddb76136ad7fb504d to your computer and use it in GitHub Desktop.
Save eaguad1337/9c1c5facab1d7bdddb76136ad7fb504d to your computer and use it in GitHub Desktop.
UFW Whitelist Laravel Forge
#!/bin/sh
# @author Eduardo Aguad <[email protected]>
curl -L https://forge.laravel.com/ips-v4.txt | xargs -n 1 -I {} ufw allow from {} to any port 22 proto tcp;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment