[GH-ISSUE #3017] socket proxy 4/5 support #1888

Closed
opened 2026-05-05 08:33:24 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @tailot on GitHub (Oct 29, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3017

Hi, will there be support the proxy socket 4/5 ?

Thanks

Originally created by @tailot on GitHub (Oct 29, 2019). Original GitHub issue: https://github.com/netblue30/firejail/issues/3017 Hi, will there be support the proxy socket 4/5 ? Thanks
gitea-mirror 2026-05-05 08:33:24 -06:00
Author
Owner

@netblue30 commented on GitHub (Nov 5, 2019):

socks is an application level proxy. You have to configure it in the application. Not all applications support it. You can try it for example in Firefox.

Only TCP and UDP traffic goes trough the proxy - I don't know what happens to the DNS traffic. For the sandbox you can enable a network namespace (firejail --net=eth0 firefox) to isolate the interface, but that's the only thing you can do.

<!-- gh-comment-id:549948694 --> @netblue30 commented on GitHub (Nov 5, 2019): socks is an application level proxy. You have to configure it in the application. Not all applications support it. You can try it for example in Firefox. Only TCP and UDP traffic goes trough the proxy - I don't know what happens to the DNS traffic. For the sandbox you can enable a network namespace (firejail --net=eth0 firefox) to isolate the interface, but that's the only thing you can do.
Author
Owner

@netblue30 commented on GitHub (Nov 5, 2019):

socks is an application level proxy. You have to configure it in the application. Not all applications support it. You can try it for example in Firefox.

Only TCP and UDP traffic goes trough the proxy - I don't know what happens to the DNS traffic. For the sandbox you can enable a network namespace (firejail --net=eth0 firefox) to isolate the interface, but that's the only thing you can do.

<!-- gh-comment-id:549948817 --> @netblue30 commented on GitHub (Nov 5, 2019): socks is an application level proxy. You have to configure it in the application. Not all applications support it. You can try it for example in Firefox. Only TCP and UDP traffic goes trough the proxy - I don't know what happens to the DNS traffic. For the sandbox you can enable a network namespace (firejail --net=eth0 firefox) to isolate the interface, but that's the only thing you can do.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1888
No description provided.