mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
11 lines
224 B
Bash
Executable File
11 lines
224 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# DigitalOcean Marketplace Image Validation Tool
|
|
# © 2021 DigitalOcean LLC.
|
|
# This code is licensed under Apache 2.0 license (see LICENSE.md for details)
|
|
|
|
ufw limit ssh
|
|
ufw allow 'Nginx Full'
|
|
|
|
ufw --force enable
|