dagrha / pypia

Configuration of Private Internet Access VPN routes for Linux
GNU General Public License v3.0
78 stars 15 forks source link

changed DNS due to leak #31

Closed dagrha closed 6 years ago

dagrha commented 6 years ago

I noticed some DNS leaking when using the keyfiles generated by pypia. To attempt to fix it I hardcoded the PIA DNS servers (dns=209.222.18.222;209.222.18.218;) into the keyfiles (https://github.com/dagrha/pypia/blob/master/pypia/pypia.py#L177), turned off OS assigned DNS (with ignore-auto-dns=True), and disabled ipv6 (https://github.com/dagrha/pypia/blob/master/pypia/pypia.py#L178).

dagrha commented 6 years ago

closing this issue for now: https://github.com/dagrha/pypia/commit/8a6cfe0f9d6df94229c6205d5b8c7cedab5413e2