openvpn-update-resolv-conf icon indicating copy to clipboard operation
openvpn-update-resolv-conf copied to clipboard

DNS6 support

Open mike4420 opened this issue 6 months ago • 2 comments

Please add support for DNS6 entries:

43c43
< 			if [ "$part2" = "DNS" -o "$part2" = "DNS6" ] ; then
---
> 			if [ "$part2" = "DNS" ] ; then

Thanks, Mike

mike4420 avatar Sep 04 '24 10:09 mike4420