Access Website Without Editing DNS
- Simple
curlcommand which is useful when we want to test staging website without edit /etc/host file or DNS
[mitesh@Matrix ~]$ curl -H 'Host: example.com' 192.168.33.10:80curl command which is useful when we want to test staging website without edit /etc/host file or DNS[mitesh@Matrix ~]$ curl -H 'Host: example.com' 192.168.33.10:80