windows 10 connect to domain code example
Example 1: custom localhost domain windows
# C:\Windows\System32\Drivers\etc\hosts
127.0.0.1 beans.beans.local
Example 2: windows add domain to localhost
127.0.0.1 mycustomdomain.com
# C:\Windows\System32\Drivers\etc\hosts
127.0.0.1 beans.beans.local
127.0.0.1 mycustomdomain.com