Created
January 22, 2021 03:45
-
-
Save nim4n136/1e1f0278f34e83256111c321d8054b64 to your computer and use it in GitHub Desktop.
Open port postgres centos
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 firewall-cmd --zone=public --add-port=5432/tcp --permanent | |
sudo firewall-cmd --reload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment