From: Steven Black Date: Mon, 15 Feb 2016 15:43:29 +0000 (-0500) Subject: Add a link to the latest raw version of the hosts file. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9b28b369e83e092c6029858ed99828b8c6112906;p=stevenblack-hosts.git Add a link to the latest raw version of the hosts file. --- diff --git a/updateHostsFile.py b/updateHostsFile.py index 89801c42e..b65eb31f8 100644 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -312,6 +312,7 @@ def writeOpeningHeader(finalFile): finalFile.seek(0) #write at the top writeData(finalFile, '# This file is a merged collection of hosts from reputable sources,\n') writeData(finalFile, '# with a dash of crowd sourcing via Github\n#\n') + writeData(finalFile, '# Latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts\n#\n') writeData(finalFile, '# Project home page: https://github.com/StevenBlack/hosts\n#\n') writeData(finalFile, '# ===============================================================\n') writeData(finalFile, '\n')