Closed dagrha closed 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).
dns=209.222.18.222;209.222.18.218;
ignore-auto-dns=True
closing this issue for now: https://github.com/dagrha/pypia/commit/8a6cfe0f9d6df94229c6205d5b8c7cedab5413e2
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 (withignore-auto-dns=True
), and disabled ipv6 (https://github.com/dagrha/pypia/blob/master/pypia/pypia.py#L178).