%PDF- %PDF-
| Direktori : /opt/bitnami/var/init/pre-start/ |
| Current File : /opt/bitnami/var/init/pre-start/120_reenable_incoming_connections |
#!/bin/sh # # Re-enable network connectivity over HTTP/HTTPS # Copyright 2020 Bitnami.com All Rights Reserved # . /opt/bitnami/scripts/init/functions # re-enable networking iptables -D INPUT \! -d 127.0.0.1/32 -p tcp --destination-port 80 -j DROP iptables -D INPUT \! -d 127.0.0.1/32 -p tcp --destination-port 443 -j DROP