We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b49b4 commit 27eb395Copy full SHA for 27eb395
configure-apt-cacher-ng-host.sh
@@ -61,7 +61,7 @@ add_module iptable_nat
61
add_module nf_nat_ftp
62
63
ufw allow 22
64
-ufw disable && sudo ufw enable
+ufw disable && sudo ufw --force enable
65
/sbin/sysctl -p
66
67
apt-get -y install isc-dhcp-server
@@ -178,7 +178,7 @@ sed -i "s/^*nat$/*nat\n-A PREROUTING -i eth1 -p tcp -m tcp --dport 80 -j DNAT --
178
179
# Allow on internal interface only
180
ufw allow in on $INT_IFACE to any port $PROXY_PORT proto tcp
181
182
183
apt-get -y install apache2
184
0 commit comments