cretueusebiu / valet-windows

Laravel Valet for Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix WSL or WSL2 issue with AcrylicDNS

ryahpalma opened this issue · comments

Change your AcrylicConfiguration.ini that is on: %appdata%/composer/vendor/cretueusebiu/valet-windows/bin/acrylic/AcrylicConfiguration.ini

LocalIPv4BindingAddress=0.0.0.0
to
LocalIPv4BindingAddress=127.0.0.1

Now you can run WSL2 + AcrylicDNS together :)

Enjoy

@cretueusebiu Can you set this as default configuration for AcrylicDNS?