portapps / discord-portable

🚀 Discord portable for Windows
https://portapps.io/app/discord-portable/
MIT License
229 stars 16 forks source link

Proxy support #37

Closed bmwGTR closed 4 years ago

bmwGTR commented 4 years ago

Hello,

thank you for your work, running fine! For Discord there is a workaround how to set a proxy for it - is this also possible for Discord portable? https://www.reddit.com/r/discordapp/comments/b20a0x/method_of_setting_a_proxy_for_discord/

crazy-max commented 4 years ago

Hi @bmwGTR, I will take a look on this, thanks for your input.

crazy-max commented 4 years ago

@bmwGTR You can use the flag --proxy-server=http://127.0.0.1:1080 through the discord-portable.yml configuration:

common:
  disable_log: false
  args: [
    "--proxy-server",
    "http://127.0.0.1:1080"
  ]
  env: {}
  app_path: ""
app:
  cleanup: false

I will add a note about this in the documentation.

SettingDust commented 2 years ago

Can use now