Is it possible on the client side to setup the client.conf
file to resolve a particular host/domain to a given IP.
For instance, domain.tld resolve usually from the Internet NS to 1.2.3.4
host domain.tld => 1.2.3.4
I would like to force domain.tld to resolve to 10.11.12.13 when using openvpn client.conf
openvpn client.conf
host domain.tld => 10.11.12.13