Update hostname

This commit is contained in:
Cory Forsstrom
2021-10-30 11:18:35 -07:00
parent e3a9baea5b
commit 22557a8d41

View File

@@ -10,7 +10,7 @@ exec 1> >(prepend "[update-hosts] ")
# Update hosts file
export IP=$(getent ahostsv4 freegamez.ga | awk '{ print $1 }' | head -1)
export IP=$(getent ahostsv4 freesports.ddns.net | awk '{ print $1 }' | head -1)
echo $IP playback.svcs.mlb.com >> /etc/hosts
echo $IP mf.svc.nhl.com >> /etc/hosts