2024-09-14, 03:31 PM
it has always been attached to the isp router.
here is the output:
here is the output:
Code:
chadowblade@media:~$ nslookup repo.jellyfin.org
Server: 127.0.0.53
Address: 127.0.0.53#53
Non-authoritative answer:
repo.jellyfin.org canonical name = elb1.jellyfin.org.
Name: elb1.jellyfin.org
Address: 68.183.204.194
Name: elb1.jellyfin.org
Address: 2604:a880:cad:d0::cf3:f001
chadowblade@media:~$ curl -vvv https://repo.jellyfin.org
* Host repo.jellyfin.org:443 was resolved.
* IPv6: 2604:a880:cad:d0::cf3:f001
* IPv4: 68.183.204.194
* Trying [2604:a880:cad:d0::cf3:f001]:443...
* Connected to repo.jellyfin.org (2604:a880:cad:d0::cf3:f001) port 443
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / X25519 / RSASSA-PSS
* ALPN: server accepted h2
* Server certificate:
* subject: CN=elb1.jellyfin.org
* start date: Sep 8 04:02:30 2024 GMT
* expire date: Dec 7 04:02:29 2024 GMT
* subjectAltName: host "repo.jellyfin.org" matched cert's "repo.jellyfin.org"
* issuer: C=US; O=Let's Encrypt; CN=R11
* SSL certificate verify ok.
* Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
* Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
* Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://repo.jellyfin.org/
* [HTTP/2] [1] [:method: GET]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: repo.jellyfin.org]
* [HTTP/2] [1] [:path: /]
* [HTTP/2] [1] [user-agent: curl/8.5.0]
* [HTTP/2] [1] [accept: */*]
> GET / HTTP/2
> Host: repo.jellyfin.org
> User-Agent: curl/8.5.0
> Accept: */*
>
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
< HTTP/2 200
< server: nginx/1.22.1
< date: Sat, 14 Sep 2024 15:27:21 GMT
< content-type: text/html; charset=UTF-8
< access-control-allow-origin: *
<
<!doctype html>
<html>
<head>
<title>Jellyfin Repository</title>
<link rel="stylesheet" href="index.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
</head>
<body>
<div class="main-wrapper mainWrapper_z2l0">
<div class="text--left margin-top--lg container">
<img style="width: 519px; height: 80px; margin-bottom: 20px;" src="/repo-banner-dark.svg" alt="Jellyfin Repository"/>
<p>Welcome to the Jellyfin Repository homepage. You can find various binary downloads here.<br/>If you weren't taken here from it, please see <a href="https://jellyfin.org/downloads">our main downloads page</a> first.</p>
</div>
<main class="margin-vert--lg">
<section class="container">
<h3>Home</h3>
<hr/>
<div class='data'>
<ul>
<li><a href='?path=/server'>Server</a>: Jellyfin server and WebUI binaries.
<li><a href='?path=/ffmpeg'>FFmpeg</a>: Jellyfin custom FFmpeg binaries.
<li><a href='?path=/plugin'>Plugin</a>: Jellyfin plugin repository.
<li><a href='/files/client'>Client</a>: Jellyfin client binaries.
<li><a href='/archive'>Archive</a>: Old server and client archive.
<li><a href='/jellyfish'>Jellyfish</a>: Jellyfish video bitrate test files.
<li><a href='https://api.jellyfin.org'>API Spec Viewer</a>: Jellyfin API viewer.
<li><a href='https://api.jellyfin.org/openapi'>API Spec Files</a>: Jellyfin API files.
</ul>
</div>
</section>
</main>
</div>
</body>
</html>
* Connection #0 to host repo.jellyfin.org left intact