vault backup: 2025-05-30 18:47:48

This commit is contained in:
sShemet
2025-05-30 18:47:48 +05:00
parent ff1fc39a78
commit 993cd17120

View File

@@ -30,6 +30,8 @@ ufw deny in on eth0
ufw allow from 10.16.0.0/16 ufw allow from 10.16.0.0/16
ufw limit 22/tcp comment "Rate limit SSH" ufw limit 22/tcp comment "Rate limit SSH"
ufw enable ufw enable
#docker eth0 connections disable
sudo iptables -I DOCKER-USER -i eth0 -j DROP
ufw status numbered ufw status numbered
#node exporter run + cerberus prometheus add #node exporter run + cerberus prometheus add