mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3017] socket proxy 4/5 support #1888
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#1888
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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.
@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.