Answers for "ufw add rule with comment"

0

ufw add rule with comment

ufw rule comment 'my cool comment here'

# Example
ufw allow from 123.456.78 to any port 22 comment 'My Colleague'
Posted by: Guest on August-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language