diff --git a/firewall b/firewall index 1479a98..21a2b65 100755 --- a/firewall +++ b/firewall @@ -82,3 +82,5 @@ iptables -A FORWARD -p tcp --tcp-flags SYN,ACK,FIN,RST RST -m limit --limit 1/s # Allow all from private network and docker network iptables -A INPUT -j ACCEPT -d 172.17.0.0/16 +iptables -A INPUT -j ACCEPT -d 192.168.1.0/24 +iptables -A OUTPUT -j ACCEPT -d 192.168.1.0/24