Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

how i can activate proxy ? #12

Open
Romntic opened this issue Dec 3, 2022 · 9 comments
Open

how i can activate proxy ? #12

Romntic opened this issue Dec 3, 2022 · 9 comments
Assignees

Comments

@Romntic
Copy link

Romntic commented Dec 3, 2022

hello
how are u ?
how i can activate proxy in macos for telegram_media_downloader

@tangyoha
Copy link
Owner

tangyoha commented Dec 5, 2022

Proxy

socks4, socks5, http proxies are supported in this project currently. To use it, add the following to the bottom of your config.yaml file

proxy:
scheme: socks5
hostname: 11.22.33.44
port: 1234
username: your_username
password: your_password
If your proxy doesn’t require authorization you can omit username and password. Then the proxy will automatically be enabled.

@Romntic
Copy link
Author

Romntic commented Dec 5, 2022

hummm i read about that also
but actually i search more about socks5 with details but didn't work
do u has trying to test this one in reality

@tangyoha
Copy link
Owner

tangyoha commented Dec 6, 2022

@Romntic hi,of course.it is work very well.I am also use vpn because i live in china.

@tangyoha
Copy link
Owner

tangyoha commented Dec 6, 2022

which vpn program does you use?Check you vpn program provide port.like V2rayN,port will display on the ui bottom.
image

Like this. My port is 10808,so I must config:

proxy:
  scheme: socks5
  hostname: 127.0.0.1
  port: 10808

@tangyoha tangyoha self-assigned this Dec 7, 2022
@Romntic
Copy link
Author

Romntic commented Dec 7, 2022

do u have idea from where i can get for Mac

@tangyoha
Copy link
Owner

tangyoha commented Dec 8, 2022

@Romntic hi,i will test this in my mac.

@tangyoha
Copy link
Owner

tangyoha commented Dec 8, 2022

@Romntic hi, I try to run on my mac, it is work very well.

@Romntic
Copy link
Author

Romntic commented Dec 8, 2022

can u give me name of apps vpn u used

@tangyoha
Copy link
Owner

tangyoha commented Dec 9, 2022

@Romntic hi, see https://github.com/yichengchen/clashX

  • Install clashX
  • Add your proxy server
  • Set system proxy

image

so like:

proxy:
  hostname: 127.0.0.1
  port: 7890
  scheme: socks5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants