Bug 466498 - proxy: Default use TUN/TAP device driver
Summary: proxy: Default use TUN/TAP device driver
Status: REPORTED
Alias: None
Product: frameworks-networkmanager-qt
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR major
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-27 01:50 UTC by aiss
Modified: 2023-02-28 01:37 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description aiss 2023-02-27 01:50:38 UTC
In thousands of Linux and BSD distributions, there is no single system desktop environment that proxies all traffic,
I’m in a country where the internet is very blocked, and Upgrad or downloading software is a hassle, github gitlab Ping over time 300ms.

[TUN](https://docs.kernel.org/networking/tuntap.html) Any network protocol uses the proxy, proxy default [TUN Mode](https://docs.kernel.org/networking/tuntap.html) can solve this problem, the entire system traffic through TUN Mode I can TOR i2p proxy to make myself more anonymous
https://docs.kernel.org/networking/tuntap.html
Comment 1 Nicolas Fella 2023-02-27 11:18:50 UTC
It's entirely unclear to me what you are asking for and how that relates to KDE. Can you please explain that more?
Comment 2 aiss 2023-02-28 01:15:37 UTC
(In reply to Nicolas Fella from comment #1)
> It's entirely unclear to me what you are asking for and how that relates to
> KDE. Can you please explain that more?

Proxy any network traffic for any protocol across the system
Comment 3 aiss 2023-02-28 01:37:55 UTC
settings ⇒ Proxy, choose manual proxy and set the ip
Let http-proxy, socks-proxy proxy all network traffic of the system, this is the linux kernel's [Universal TUN/TAP device driver](https://docs.kernel.org/networking/tuntap.html) Convenience, it can proxy the network traffic of any software of any protocol of the system

As we all know, KDE's system proxy is very difficult to use, many programs will not take the system proxy
Therefore, we need to set the proxy manually in various places to make sure the program can read the proxy configuration correctly