Warp VPN breaks my localhost on Linux

I have the warp VPN installed and running in my Ubuntu.

I need to test the dev environment from my laptop, for it I am using docker as an engine so when I am connected to the VPN I can’t access my nginx as docker using port 8080.

examples

curl -v http://localhost:8080/

  • Trying 127.0.0.1:8080…
  • Connected to localhost (127.0.0.1) port 8080 (#0)

GET / HTTP/1.1
Host: localhost:8080
User-Agent: curl/7.81.0
Accept: /

  • Mark bundle as not supporting multiuse
    < HTTP/1.1 403 Forbidden
    < Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    < Referrer-Policy: same-origin
    < Expires: Thu, 01 Jan 1970 00:00:01 GMT
    < Cf-Team: 18e59517eb000001244413c400000001
    < Content-Length: 4116
    < Date: Mon, 22 May 2023 15:02:48 GMT
    <
Blocked by Cloudflare Gateway

and by IP 127.0.0.1 and the interface IP does not work as well.

have someone fixed it before?

Thank you

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.