1
1
I have OpenVPN
server with few devices connected in (web server, Raspberry Pi, netbook and phones).
I want to create DNS over VPN (custom .vpn
domain).
I have done it with dnsmasq
and address
directive in config file
Example:
address=/home.vpn/10.8.0.1
address=/raspberrypi.vpn/10.8.0.16
...
I changed few settings in OpenVPN
server to set custom DNS server for clients and everything is working but I am afraid that dnsmasq
is not the best way to do this.
1dnsmasq is a fine way to do this. – dirkt – 2018-08-16T11:02:09.600
@dirkt I afraid about that because I do not really understand what mean that
dnsmasq
is a "DNS forwarder". – stachu – 2018-08-16T21:49:03.247