Home Linux Ubuntu下使用discord增加代理proxy
Post
Cancel

Linux Ubuntu下使用discord增加代理proxy

refer to:  https://xcel.me/howto-set-proxy-for-discord-app-on-linux/

完整命令:

Exec=env http_proxy=http://127.0.0.1:8123 https_proxy=http://127.0.0.1:8123 /usr/bin/discord --proxy-server="http://127.0.0.1:8123"

把上述命令copy到一个文件中, chmod +x 即可

This post is licensed under CC BY 4.0 by the author.