Skip to content

Instantly share code, notes, and snippets.

@nim4n136
Created January 22, 2021 03:45
Show Gist options
  • Save nim4n136/1e1f0278f34e83256111c321d8054b64 to your computer and use it in GitHub Desktop.
Save nim4n136/1e1f0278f34e83256111c321d8054b64 to your computer and use it in GitHub Desktop.
Open port postgres centos
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