From 148df07688aa2773653c29c26d07da7d2d0b2043 Mon Sep 17 00:00:00 2001 From: Dima Krasner Date: Fri, 19 Oct 2018 09:05:35 +0300 Subject: [PATCH] Changed the NTP servers to the global ones --- devsus/init | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devsus/init b/devsus/init index cde1f9d..317d215 100644 --- a/devsus/init +++ b/devsus/init @@ -54,6 +54,9 @@ load-module module-alsa-source device=sysdefault" >> /etc/pulse/default.pa # potential attacker echo "127.0.0.1 devsus" >> /etc/hosts + # use global NTP servers instead of those that diclose the OS + sed -i s/debian\.pool/pool/g -i /etc/ntp.conf + # block malware and advertising domains cat /opt/devsus/hosts >> /etc/hosts