Replies: 9 comments 29 replies
-
|
@knilly You want outgoing requests to the provider to go through the SOCKS5 proxy ? |
Beta Was this translation helpful? Give feedback.
-
|
Something like this ? socks5:
host: proxy.example.com
port: 1080
username: optional_user
password: optional_password |
Beta Was this translation helpful? Give feedback.
-
|
merged to master
proxy:
url: socks5://192.168.1.6:8123
username: uname # <- optional basic auth
password: secret # <- optional basic auth |
Beta Was this translation helpful? Give feedback.
-
i use both of those projects. how would u do something like this and what would be the end goal? |
Beta Was this translation helpful? Give feedback.
-
|
Added ipcheck |
Beta Was this translation helpful? Give feedback.
-
|
@knylbyte would be nice to get feedback on the feature. |
Beta Was this translation helpful? Give feedback.
-
|
@knylbyte the ip address is updated once at page load. İ did not expect that it needs to run multiple times. İ could add a refreh butron to ip settings. The stats are updated every x seconds. I am little bit lost with all this logs you send me. |
Beta Was this translation helpful? Give feedback.
-
|
Last time I checked the SOCKS proxy didn't work (but that could also be caused by my SOCKS configuration (I haven't tested it much)), but the HTTP proxy does work correctly. The issue I initially had with it was caused by something else (in source.yml I configured an IPTV provider with HTTP URL instead of HTTPS). Currently I don't use tuliprox's proxy functionality anymore, because the same can be done with Docker environment variables (e.g.): environment:
- http_proxy=http://vpn-loadbalancer-1:8080
- HTTP_PROXY=http://vpn-loadbalancer-1:8080 # optional, for tools that also check uppercaseThe added advantage is that with configuring the proxy at Docker level you can also add some exclusions for the internal Docker network so certain traffic doesn't get routed through proxy. You can do that with environment:
- no_proxy=localhost,127.0.0.1,other_docker_appHope this helps |
Beta Was this translation helpful? Give feedback.
-
|
@donflix-tv the socks5 proxy should be fixed. There was an missconfigured authentication method if your endpoint is an socks5 proxy. @aniel300 the loadbalancing feature doesn't work for now. The frequently changed IP address results in a temporary ban. The solution would be to stick the requested user from your source list to the same upstream proxy for each request. But therefore we have to define a forward proxy pool directly into tuliprox und not at traefik level. Since today there are docker container templates and a guidline to deploy this setup. @euzu could you image to implement this feature? and for real high availability the option to store all data into a real db like postgresql to support cluster setup? I'm aware it's a huge feature request just to be fair. Planned Feature Details
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
It would be great if you could implement a SOCKS5 proxy for requests.
For example, if you want to run several gluetun containers behind a Traefik proxy for load balancing.
Beta Was this translation helpful? Give feedback.
All reactions