Setting up OpenVPN to Netgear R7000 on MT300N-V2

PS I found this thread:

GL.iNet 750S Slate Router OpenVPN ‘TAP’ client to Netgear NightHawk OpenVPN server - Technical Support - GL.iNet (gl-inet.com)

and added this:

client
dev tap
proto udp
remote [[mypublicip]] 12974

auth-nocache
route-gateway 192.168.1.1
ifconfig 192.168.1.1 255.255.255.0

resolv-retry infinite
nobind
persist-key
persist-tun
ca [inline]
cert [inline]
key [inline]

cipher AES-128-CBC
comp-lzo
verb 5

With only a minor change in response - now i get “can’t find DNS” or something similar