diff options
author | Christopher Dumas <christopherdumas@gmail.com> | 2019-06-06 08:29:26 -0700 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-06-07 08:35:41 +0200 |
commit | 70a37f9a266871c9e23b3fc70ea815b8b7ae0f12 (patch) | |
tree | 93ed139f8bfefb9eb74881d2606e43d7efa78d2f /Base/etc/hosts | |
parent | 4f62176c3e2d86d1c305f904bc5f0894a4ee3a20 (diff) | |
download | serenity-70a37f9a266871c9e23b3fc70ea815b8b7ae0f12.zip |
LookupServer: Load hostnames
Diffstat (limited to 'Base/etc/hosts')
-rw-r--r-- | Base/etc/hosts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/etc/hosts b/Base/etc/hosts new file mode 100644 index 0000000000..ba712fe033 --- /dev/null +++ b/Base/etc/hosts @@ -0,0 +1 @@ +127.0.0.1 localhost |