Wenn ich über meinen Mullvad Server gehe, ist Feddit.org für mich nicht aufrufbar. Kann man da was machen?

    • Lemmchen@feddit.orgOP
      link
      fedilink
      Deutsch
      arrow-up
      5
      ·
      edit-2
      13 days ago

      Via de-fra-wg-304.relays.mullvad.net:

      $ curl -v --connect-timeout 10 feddit.org
      * Host feddit.org:80 was resolved.
      * IPv6: (none)
      * IPv4: 146.255.56.83
      *   Trying 146.255.56.83:80...
      * ipv4 connect timeout after 9998ms, move on!
      * Failed to connect to feddit.org port 80 after 10002 ms: Timeout was reached
      * Closing connection
      curl: (28) Failed to connect to feddit.org port 80 after 10002 ms: Timeout was reached
      

      Via de-fra-wg-001.relays.mullvad.net:

      $ curl -v --connect-timeout 10 feddit.org
      * Host feddit.org:80 was resolved.
      * IPv6: (none)
      * IPv4: 146.255.56.83
      *   Trying 146.255.56.83:80...
      * Connected to feddit.org (146.255.56.83) port 80
      > GET / HTTP/1.1
      > Host: feddit.org
      > User-Agent: curl/8.5.0
      > Accept: */*
      > 
      < HTTP/1.1 308 Permanent Redirect
      < Date: Tue, 08 Jul 2025 16:18:22 GMT
      < Content-Type: text/html
      < Content-Length: 164
      < Connection: keep-alive
      < Location: https://feddit.org/
      < 
      <html>
      <head><title>308 Permanent Redirect</title></head>
      <body>
      <center><h1>308 Permanent Redirect</h1></center>
      <hr><center>nginx</center>
      </body>
      </html>
      * Connection #0 to host feddit.org left intact