diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 13:14:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 13:14:23 +0000 |
commit | 73df946d56c74384511a194dd01dbe099584fd1a (patch) | |
tree | fd0bcea490dd81327ddfbb31e215439672c9a068 /src/net/testdata/hosts | |
parent | Initial commit. (diff) | |
download | golang-1.16-73df946d56c74384511a194dd01dbe099584fd1a.tar.xz golang-1.16-73df946d56c74384511a194dd01dbe099584fd1a.zip |
Adding upstream version 1.16.10.upstream/1.16.10upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/net/testdata/hosts')
-rw-r--r-- | src/net/testdata/hosts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/net/testdata/hosts b/src/net/testdata/hosts new file mode 100644 index 0000000..3ed83ff --- /dev/null +++ b/src/net/testdata/hosts @@ -0,0 +1,11 @@ +255.255.255.255 broadcasthost +127.0.0.2 odin +127.0.0.3 odin # inline comment +::2 odin +127.1.1.1 thor +# aliases +127.1.1.2 ullr ullrhost +fe80::1%lo0 localhost +# Bogus entries that must be ignored. +123.123.123 loki +321.321.321.321 |