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

Automatic proxy configuration in startTrafficCollection() and stopTrafficCollection() #2

Closed
baltpeter opened this issue Feb 17, 2023 · 3 comments
Labels
feature New feature or request

Comments

@baltpeter
Copy link
Member

It would be great if we could automatically set and disable the proxy in startTrafficCollection() and stopTrafficCollection(). Currently, the user has to manually configure the proxy (except for the emulator, where we default to always using the proxy, even if it isn't running). That obviously isn't great.

For that, we need support in appstraction (tweaselORG/appstraction#25).

@baltpeter baltpeter added the feature New feature or request label Feb 17, 2023
@baltpeter
Copy link
Member Author

Another benefit: This would make it possible to run multiple hot-glue sessions in parallel on the same machine. Currently, that isn't possible since we can only work with a proxy running at 127.0.0.1:8080.

@zner0L
Copy link
Contributor

zner0L commented Jul 12, 2023

We already support that since #11 and #17. Multiple sessions are more complicated and need to be addressed separately.

@zner0L zner0L closed this as completed Jul 12, 2023
@baltpeter
Copy link
Member Author

I had kept this open for app filtering on iOS. But you're right. That and multiple sessions should have separate issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants