Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Firewall i basic setup in: https://raw.githubusercontent.com/schmto/nmsprime/dev/Install/after_install.sh 

Code Block
#
# firewalld
#
# enable admin interface
firewall-cmd --add-port=8080/tcp --zone=public --permanent
firewall-cmd --reload

 

...