Last active
June 23, 2022 15:12
-
-
Save eaguad1337/9c1c5facab1d7bdddb76136ad7fb504d to your computer and use it in GitHub Desktop.
UFW Whitelist Laravel Forge
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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