diff options
author | Philip Hands <phil@hands.com> | 2016-05-14 16:52:27 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-14 17:07:23 +0200 |
commit | ef3d7489cd2705de1ff9509f4ba116f43375578a (patch) | |
tree | cbd559316b19953763f0ea139a9c335ceadc52de /hosts/jenkins | |
parent | 895734860d8c40abf189870732d7f6918d087e24 (diff) | |
download | jenkins.debian.net-ef3d7489cd2705de1ff9509f4ba116f43375578a.tar.xz |
add /etc/hosts for jenkins, to define 'local-http-proxy' for use in lvc
Diffstat (limited to 'hosts/jenkins')
-rw-r--r-- | hosts/jenkins/etc/hosts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hosts/jenkins/etc/hosts b/hosts/jenkins/etc/hosts new file mode 100644 index 00000000..5c966c4e --- /dev/null +++ b/hosts/jenkins/etc/hosts @@ -0,0 +1,11 @@ +127.0.0.1 localhost +127.0.1.1 jenkins.debian.net jenkins +10.2.1.1 local-http-proxy + +# The following lines are desirable for IPv6 capable hosts +::1 ip6-localhost ip6-loopback +fe00::0 ip6-localnet +ff00::0 ip6-mcastprefix +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters + |