google / vpn-libraries

The VPN client libraries provide a reference implementation for a secure, encrypted tunnel for connected devices. Full Public report: https://research.nccgroup.com/2021/04/08/public-report-vpn-by-google-one-technical-security-privacy-assessment/

Home Page:http://goo.gle/vpn-whitepaper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong secondary DNS ip address

bcadiot opened this issue · comments

It seems the IP address used for the second DNS is wrong 8.8.8.4 instead of 8.8.4.4

https://github.com/google/vpn-libraries/blob/main/krypton/session.cc#L327

  AddDns("8.8.8.4", TunFdData::IpRange::IPV4, 32,
         tun_fd_data->add_tunnel_dns_addresses());

Hi, thank you for your review and the Issue! This has been fixed, and we will include this in our next OSS release. Thanks again for your interest and help.