%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /opt/bitnami/scripts/init/
Upload File :
Create Path :
Current File : /opt/bitnami/scripts/init/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

Zerion Mini Shell 1.0