Skip to content

Commit dcea79d

Browse files
committed
hotfix(ccds) fixup of 6adccfb (missing generation of CC files)
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
1 parent 8e0a6b7 commit dcea79d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

cert/ccd/private/hlemeur

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11
# Client Configuration for user "hlemeur" in the VPN network "private"
22
ifconfig-push 10.9.0.13 255.255.255.0
3+
# archives.jenkins.io
4+
push "route 46.101.121.132 255.255.255.255"
5+
# aws.ci.jenkins.io
6+
push "route 18.217.202.59 255.255.255.255"
7+
# census.jenkins.io
8+
push "route 64.226.127.59 255.255.255.255"
9+
# cert-ci-jenkins-io vnet
10+
push "route 10.252.8.0 255.255.248.0"
11+
# dockerhubmirror.azurecr.io
12+
push "route 20.49.102.154 255.255.255.255"
13+
# eks_cijenkinsioagents2_1
14+
push "route 3.149.48.23 255.255.255.255"
15+
# eks_cijenkinsioagents2_2
16+
push "route 3.149.71.89 255.255.255.255"
17+
# infra-ci-jenkins-io vnet
18+
push "route 10.5.0.0 255.255.252.0"
19+
# pkg.origin.jenkins.io
20+
push "route 52.202.51.185 255.255.255.255"
321
# private vnet
422
push "route 10.248.0.0 255.252.0.0"
23+
# public vnet
24+
push "route 10.244.0.0 255.252.0.0"
25+
# public-db vnet
26+
push "route 10.253.0.0 255.255.248.0"
27+
# trusted-ci-jenkins-io vnet
28+
push "route 10.252.0.0 255.255.248.0"
29+
# usage.jenkins.io
30+
push "route 64.227.123.95 255.255.255.255"

0 commit comments

Comments
 (0)