hmci/doc/readme-firewall.md

13 lines
253 B
Markdown
Raw Normal View History

# Firewall Notes
## RedHat, CentOS, Rocky & Alma Linux
And any other Linux distribution using *firewalld*.
### Allow remote access to Grafana on port 3000
2022-09-08 06:45:39 +00:00
```shell
firewall-cmd --zone=public --add-port=3000/tcp --permanent
firewall-cmd --reload
```