04 I am trying to config wildcard in the host file
127.0.0.1 *.example.com
so i installed dnsmasq I have tried
echo address=/example/127.0.0.1/ | sudo tee -a /etc/NetworkManager/dnsmasq.d/local
echo address=/.example/127.0.0.1/ | sudo tee -a /etc/NetworkManager/dnsmasq.d/local
sudo /etc/init.d/dnsmasq restart
sudo service network-manager restart
followed answers of:
But nothing has worked so far.