summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-05-14 16:52:27 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-14 17:07:23 +0200
commitef3d7489cd2705de1ff9509f4ba116f43375578a (patch)
treecbd559316b19953763f0ea139a9c335ceadc52de /hosts
parent895734860d8c40abf189870732d7f6918d087e24 (diff)
downloadjenkins.debian.net-ef3d7489cd2705de1ff9509f4ba116f43375578a.tar.xz
add /etc/hosts for jenkins, to define 'local-http-proxy' for use in lvc
Diffstat (limited to 'hosts')
-rw-r--r--hosts/jenkins/etc/hosts11
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
+