Randy Fay

Results 2333 comments of Randy Fay

The web container currently has rsync v3.2.3; that's standard on Debian Bullseye, it won't be changing (except upward as time goes on).

BTW, I recommend using `ddev composer create --no-install` everywhere these days. It avoids this whole thing, and a `ddev composer install` afterward is so much more satisfying.

Would love to see your solution @mandrasch , otherwise let's close this. Thanks!

@steffenf14 if DNS rebinding isn't allowed on your DNS server, you can: 1. Change your computer's DNS server to one that does allow DNS rebinding (Google's 8.8.8.8, 8.8.4.4 or Cloudfront's...

That's exactly the problem in this issue - If DNS doesn't return the 127.0.0.1 value for *.ddev.site, ddev adds the hostname to the WSL2 hosts file, but if you're using...

Another option is to use a browser inside WSL2, which should work fine. This is not hard to do, you just have to set up an X server like X411....

I missed your comment in https://github.com/drud/ddev/issues/2533#issuecomment-710054884 that you're on a private network. Do you have a Fritzbox that allows turning off rebinding, see https://github.com/drud/ddev/issues/2409#issuecomment-686718237 ? Also, if you're running DNSMasq....

I don't know of any way to have ddev inside WSL2 change the hosts file on Windows, but I'll keep thinking about that. The Windows OS is a completely different...

At the time of https://github.com/drud/ddev/issues/2409#issuecomment-686718237 it was possible to remove the DNS rebinding from the FritzBox (see that comment). If that is no longer true, could you comment there? I...