git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
33da33b
)
Add 'fe80::1%lo0 localhost' which is in the OS X default hosts file.
author
Steven Black
<redacted>
Sun, 21 Feb 2016 00:33:29 +0000
(19:33 -0500)
committer
Steven Black
<redacted>
Sun, 21 Feb 2016 00:33:29 +0000
(19:33 -0500)
Partly addresses Issue #86 and its arising discussion.
updateHostsFile.py
patch
|
blob
|
history
diff --git
a/updateHostsFile.py
b/updateHostsFile.py
index 6e6f11156b46d4af380dd3be1876410a2ed22a19..25747bb0be66ec3baeb89a8637e5631fe2d8046d 100644
(file)
--- a/
updateHostsFile.py
+++ b/
updateHostsFile.py
@@
-327,6
+327,7
@@
def writeOpeningHeader(finalFile):
writeData(finalFile, '127.0.0.1 local\n')
writeData(finalFile, '255.255.255.255 broadcasthost\n')
writeData(finalFile, '::1 localhost\n')
+ writeData(finalFile, 'fe80::1%lo0 localhost\n')
writeData(finalFile, '\n')
preamble = os.path.join(BASEDIR_PATH, "myhosts")
git clone https://git.99rst.org/PROJECT