genotrance / px

An HTTP proxy server to automatically authenticate through an NTLM proxy
MIT License
952 stars 98 forks source link

noproxy-feature is broken since v6.0 #141

Closed penenkel closed 2 years ago

penenkel commented 2 years ago

Line https://github.com/genotrance/px/blob/7aeaca7afd625d0b1a72077b5ee5eb9b955ea7a5/wproxy.py#L132 should beself.noproxy, self.noproxy_hosts = parse_noproxy(noproxy) instead.

genotrance commented 2 years ago

This should be fixed in v0.6.3, dup of #139.