How to properly configure Unbound DNS Resolver? -
what short of configurations should make in order tell computer redirect 127.0.0.1
every time visit domain1.com
or www.domain1.com
through web browser when request content of pages through curl
?
- 1st step: sudo apt-get install unbound
- 2nd step: ???
try step 1:
echo '127.0.0.1 domain1.com www.domain1.com' | sudo tee --append /etc/hosts
Comments
Post a Comment