Created
May 15, 2022 19:09
-
-
Save whatisor/79ecfcaff421efaec43a9b3b5461da54 to your computer and use it in GitHub Desktop.
Open port ubuntu command line
This file contains hidden or 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
| sudo iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment