Skip to content

Commit

Permalink
Changed the NTP servers to the global ones
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Oct 19, 2018
1 parent edcf32c commit 148df07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devsus/init
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 148df07

Please sign in to comment.