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

how to setting the external proxy like charles #71

Open
callengre opened this issue May 16, 2024 · 3 comments
Open

how to setting the external proxy like charles #71

callengre opened this issue May 16, 2024 · 3 comments

Comments

@callengre
Copy link

system : debian linux 12
.proxychains not work

proxychains4 "/opt/HTTP Toolkit/httptoolkit"
[proxychains] config file found: /etc/proxychains4.conf
[proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxychains.so.4
[proxychains] DLL init: proxychains-ng 4.13
[proxychains] DLL init: proxychains-ng 4.13
[proxychains] DLL init: proxychains-ng 4.13
[14017:0517/041849.809506:FATAL:zygote_host_impl_linux.cc(216)] Check failed: . :

look like charles have this function .

20240517043205

@pimterry
Copy link
Member

Upstream proxies are already supported, but not by default in the free version.

Proxy configuration is available for Pro users in the advanced settings:

Screenshot from 2024-05-17 18-42-29

The one feature shown here that HTTP Toolkit doesn't have is CIDR range support (the /24 matching) for proxy bypass. Can you explain more about why you're interested in that?

If you're really interested in CIDR ranges, the core code used for the current matching is here (the option types & tests will need a small update too). If you want to add CIDR support there that'd be welcome - note that Pro is totally free for contributors.

@benm5678
Copy link

@pimterry What do you mean "by default in the free"...is there any way to configure it in the free version?

Upstream proxies are already supported, but not by default in the free version.

@CoolMind
Copy link

@benm5678 most functions are removed from free version.

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

No branches or pull requests

4 participants