You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #2, a UI for configuring proxies remains to be done. I'd welcome input from users who actually use proxy servers before implementing this.
The text was updated successfully, but these errors were encountered:
I often use mitmproxy and I mainly just modify plz-curl-default-args in a let binding with a custom written dima-with-proxy macro.
If plz.el had a variable like plz-proxy which is a string like: http://localhost:9090 and then internally appends (list "--proxy" "http://localhost:9090") to plz-curl-default-args for plz calls, this would be great as well!
To me, that's enough UI, but plz-proxy would also be nice ;)
As mentioned in #2, a UI for configuring proxies remains to be done. I'd welcome input from users who actually use proxy servers before implementing this.
The text was updated successfully, but these errors were encountered: