If you are using NetworkManager, it can override your /etc/resolv.conf customised settings. To prevent Network Manager from doing that, you can do the following
# vim /etc/NetworkManager/NetworkManager.conf
At the [main] section, add the following line
dns=none
rc-manager=unmanaged
That is all.