openvpn-update-resolv-conf
openvpn-update-resolv-conf copied to clipboard
DNS6 support
Please add support for DNS6 entries:
43c43
< if [ "$part2" = "DNS" -o "$part2" = "DNS6" ] ; then
---
> if [ "$part2" = "DNS" ] ; then
Thanks, Mike