Set proxy for Discord on Linux Desktop
本文最后更新于:2024年12月9日 晚上
在linux上代理所有应用的最简便方式当然还是透明代理——不少client都提供的"TUN模式"之谓也。然而在我的机子上,开关这个功能总会导致短暂的网络中断,如果不使用这个功能又想代理Discord该怎么办呢?
上一篇提到现在我的工作环境是ArchLinux。从AUR安装的Discord默认会把discord.desktop
放在/usr/share/applications
,编辑这个文件,将原本的Exec=/usr/bin/discord
改为Exec=http_proxy=http://127.0.0.1:7890 https_proxy=http://127.0.0.1:7890 /usr/bin/discord --proxy-server="http://127.0.0.1:7890"
即可。
Set proxy for Discord on Linux Desktop
https://eupho.me/c9ca854d.html