Px v0.9.0 #202
genotrance
announced in
Announcements
Px v0.9.0
#202
Replies: 1 comment
-
v0.9.1 was just posted with a few bug fixes:
More exciting is the first release of Docker images for Px. Two images are posted - the default includes keyring and associated dependencies whereas the mini version is smaller but will have to depend on environment variables for credentials. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version 0.9.0 has finally been published after almost a year of development. It felt like forever but everyone can finally enjoy the fruit of the efforts.
The primary goal was to implement all feature requests and bug fixes but as part of the test journey,
--auth=NONE
chaining was added which allowed testing Px on OSX without direct access to an NTLM proxy. Finally, client authentication was added to allow testing Px without having to depend on a separate NTLM proxy altogether. These two features greatly improved the robustness and feature set but took a long time to get right and time will tell if they were worth it.Here are the new features added in this version:
listen
on multiple network interfaces instead of having to usegateway
orhostonly
along withallow
rules, greatly improving securityPX_PASSWORD
for scenarios where gettingkeyring
working is non-trivialnoproxy
option which now works in any proxy mode--auth=NONE
option defers all authentication to the client, effectively making Px a dumb proxy that can be chained across hosts to access an upstream proxy that is not directly connected--quit
to communicate with running instances instead of killing python processes--restart
flag is now available to quit the current instance and start a new one--test
flag to verify functionalityThere are also multiple modifications and bug fixes:
px.ini
in the working directory, and finally the Px directoryAt this point, it is unclear what comes next but any near term releases will focus on resolving issues found by the community. I'm sure there will be some given the magnitude of changes since v0.8.4.
Beta Was this translation helpful? Give feedback.
All reactions