Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI for configuring proxies? #37

Open
alphapapa opened this issue Aug 14, 2023 · 2 comments
Open

UI for configuring proxies? #37

alphapapa opened this issue Aug 14, 2023 · 2 comments
Assignees
Labels
discussion help wanted Extra attention is needed
Milestone

Comments

@alphapapa
Copy link
Owner

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.

@Dima-369
Copy link

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

@alphapapa
Copy link
Owner Author

@Dima-369 Thanks, I'll take that into consideration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants