Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-07-26 06:41:36 -07:00 committed by GitHub
parent 95357339af
commit 6e6b7c3c16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ unpriv(){
sudo setsebool -P httpd_can_network_connect 1
# Allow QUIC
sudp semanage port -a -t http_port_t -p udp 443
sudo semanage port -a -t http_port_t -p udp 443
# Open ports for NGINX
sudo firewall-cmd --permanent --add-service=http