How to force IP address in hosts
-
Hello
When laragon starts, it modifies the hosts file and adds redirects to vhost:
127.0.0.1 myapplication.test #laragon magic!is it possible to automatically change the "127.0.0.1" to a specific IP address?
Thank you
-
@Hicham-Bennouna :
Why do you want so?
If for a specific reason, you can remove the#laragon magic!
, and manual change the 127.0.0.1 to the IP you want.xxx.xxx.xxx.xxx myapplication.test
-
Cool
Thank you for your reply