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

BUG: Don't proxy my pc (arch linux) #1502

Open
FishDontExist opened this issue Nov 22, 2024 · 1 comment
Open

BUG: Don't proxy my pc (arch linux) #1502

FishDontExist opened this issue Nov 22, 2024 · 1 comment

Comments

@FishDontExist
Copy link

Describe the problem

when i set the nekoray to system proxy, it doesn't work on most things, only somethings like firefox but not the whole system
Expected behavior:
I want it to proxy my whole pc
Actual behavior:
It doesn't proxy my pc correctly

How to reproduce

Provide helpful screenshots, videos, text descriptions, subscription links, etc.

log

If you have logs, please upload them. Please see the detailed steps for exporting logs in the documentation.

@erius0
Copy link

erius0 commented Nov 23, 2024

As far as I'm aware there is no fixed standard for a system-wide proxy on Linux, and the "System proxy" option doesn't really work. Most programs will try to grab proxy settings from env variables (HTTP_PROXY, HTTPS_PROXY, etc.), but some will have their own way of defining a proxy connection.

If your goal is to route ALL traffic from your pc to a remote proxy, your best option would be to use TUN mode instead, which will basically route everything through the virtual network device created by nekoray.

You could also try setting the env variables mentioned above to your proxy address (default is http://localhost:2080/ on most recent version), and try to manually configure the programs that ignore those env variables, but if some program doesn't allow to manually set its proxy connection, then use the solution above.

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

2 participants