Changes

Server Mod
==Server Mod==
#Ensure the following two lines are in your ''server.conf'' (typically at ''/etc/openvpn/server.conf''). This tells the client that they should use ''192.168.1.1 '' as the DNS server (typically your router's IP) and ''mylocaldomain.lan '' as a domain to sort of "automatically" append to hostnames that are requested. <pre>push "dhcp-option DNS 192.168.1.1"&#10;push "dhcp-option DOMAIN mylocaldomain.lan"</pre>
==Client Mod==