Add a link to the latest raw version of the hosts file.
authorSteven Black <redacted>
Mon, 15 Feb 2016 15:43:29 +0000 (10:43 -0500)
committerSteven Black <redacted>
Mon, 15 Feb 2016 15:43:29 +0000 (10:43 -0500)
updateHostsFile.py

index 89801c42e9552939a609d7b776e4fd4a38589fcf..b65eb31f8c793284c8c675da18ad275dead4ace1 100644 (file)
@@ -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')
git clone https://git.99rst.org/PROJECT