Proton Vpn
Objetivo
Proton VPN
26-05-2025 07:05 Active Free VPN en Vivaldi
Soluci贸n de Problema
Tuve el problema de no poder acceder a mis sitios servidos por valet (nginx) porque tiene el dominio: C贸digo:
http://phpmyadmin.test
http://portfolio.test
Soluci贸n con valet: Vi la soluci贸n aqu铆 .
Domain Setup Typically valet uses the .test domain prefix for you to access websites on your local development environment. In order for the .test domain to work, you鈥檒l need to add the domain to your Windows hosts file under C:\Windows\System32\drivers\etc. This however is a pain and not ideal since Valet on Mac usually just works out of the box. To fix this, We can change the domain ending in valet from .test to .localhost. Since all browsers loopback .localhost to 127.0.0.1, this resolves everything effortlessly. To do this, run the following command: C贸digo:
valet domain localhost
Con esto ahora todos mis dominios de valet quedan as铆: C贸digo:
http://phpmyadmin.localhost
http://portfolio.localhost
Con esto el Proton VPN que esta activo en vivaldi ya me permite visitar estos sitios.
Listo!