portapps/discord-portable

Proxy support

bmwGTR opened this issue · 3 comments

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/

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

@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.

Can use now