diff --git a/install.sh b/install.sh index 8998454..3054ce6 100755 --- a/install.sh +++ b/install.sh @@ -21,4 +21,6 @@ cp Caddyfile /etc/caddy/ systemctl daemon-reload systemctl enable caddy systemctl start caddy -systemctl status caddy \ No newline at end of file +systemctl status caddy + +ufw allow proto tcp from 10.25.0.0/24 port 80 \ No newline at end of file diff --git a/montoring.sh b/montoring.sh index 4756064..c56cbc4 100644 --- a/montoring.sh +++ b/montoring.sh @@ -9,5 +9,4 @@ bash install.sh cd ../../.. ufw allow proto tcp from 165.227.144.178/32 port 9100 -ufw allow proto tcp from 2a03:b0c0:3:d0::559:4001/128 port 9100 -ufw allow proto tcp from 10.25.0.0/24 port 80 \ No newline at end of file +ufw allow proto tcp from 2a03:b0c0:3:d0::559:4001/128 port 9100 \ No newline at end of file