oerdnj / deb.sury.org

Public bugreports for anything ppa:ondrej/*
800 stars 26 forks source link

Jenkins is no longer publicly accessible #2105

Closed Zenexer closed 3 months ago

Zenexer commented 3 months ago

jenkins.rfc1925.org is currently resolving to a 10.0.0.0/8 IP address:

% dig @pns44.cloudns.net. jenkins.rfc1925.org.

; <<>> DiG 9.10.6 <<>> @pns44.cloudns.net. jenkins.rfc1925.org.
; (2 servers found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26397
;; flags: qr aa rd; QUERY: 1, ANSWER: 2, AUTHORITY: 4, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;jenkins.rfc1925.org.       IN  A

;; ANSWER SECTION:
jenkins.rfc1925.org.    3600    IN  CNAME   calcifer.rfc1925.org.
calcifer.rfc1925.org.   3600    IN  A   10.10.10.106

;; AUTHORITY SECTION:
rfc1925.org.        3600    IN  NS  pns43.cloudns.net.
rfc1925.org.        3600    IN  NS  pns44.cloudns.net.
rfc1925.org.        3600    IN  NS  pns42.cloudns.net.
rfc1925.org.        3600    IN  NS  pns41.cloudns.net.

;; Query time: 68 msec
;; SERVER: 2a06:fb00:1::4:79#53(2a06:fb00:1::4:79)
;; WHEN: Tue Mar 26 13:02:00 EDT 2024
;; MSG SIZE  rcvd: 178

This may be intentional, but it's making it difficult to spot when builds failed.

oerdnj commented 3 months ago

Yes, that’s intentional. Jenkins is just a constant stream of security issues, outdated and unmaintained plugins. It’s not manageable to keep it open to the public Internet.

I hope to replace this whole ducttape and glue with debusine later this year, but it’s still to early in development.