root1@ubuntu-server:~$ curl -v --max-time 5 http://192.168.2.10:80
* Trying 192.168.2.10:80...
* Connected to 192.168.2.10 (192.168.2.10) port 80
> GET / HTTP/1.1
> Host: 192.168.2.10
> User-Agent: curl/8.5.0
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Location: https://192.168.2.10/
< Date: Sat, 18 Apr 2026 20:38:05 GMT
< Content-Length: 17
<
* Connection #0 to host 192.168.2.10 left intact
Moved Permanentlyroot1@ubuntu-server:~$ curl -v --max-time 5 http://192.168.2.10:443
* Trying 192.168.2.10:443...
* Connected to 192.168.2.10 (192.168.2.10) port 443
> GET / HTTP/1.1
> Host: 192.168.2.10:443
> User-Agent: curl/8.5.0
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Content-Type: text/plain; charset=utf-8
< X-Content-Type-Options: nosniff
< Date: Sat, 18 Apr 2026 20:38:13 GMT
< Content-Length: 19
<
404 page not found
* Connection #0 to host 192.168.2.10 left intact
root1@ubuntu-server:~$
root1@ubuntu-server:~$ nslookup jellyfin.repotat.duckdns.org 127.0.0.10
;; communications error to 127.0.0.10#53: connection refused
;; communications error to 127.0.0.10#53: connection refused
;; communications error to 127.0.0.10#53: connection refused
;; no servers could be reached