dagrha/pypia

changed DNS due to leak

dagrha opened this issue · 1 comments

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).

closing this issue for now: 8a6cfe0