2024-08-08, 05:00 PM
I get a timeout with -4 and a 301 with -6:
I guess i should review the changes made to the sysctl.conf file.
Sorry again to bother you, i'm feeling quite stupid right now
Code:
server@server:/etc/netplan$ curl -4 api.tmdb.org
curl: (7) Failed to connect to api.tmdb.org port 80 after 12330 ms: Couldn't connect to server
server@server:/etc/netplan$ curl -6 api.tmdb.org
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>openresty</center>
</body>
</html>
I guess i should review the changes made to the sysctl.conf file.
Sorry again to bother you, i'm feeling quite stupid right now