Skip to content

Socks5 proxy for streaming: your stack?

VPS Hosting by lucgone 3 replies 166 views
#1

Hello everyone

I want to use a socks5 proxy for streaming netflix and maybe disney+ from my VPS. I have make a openvpn server since 2 days but the speed is very bad, like 10mbps and my connexion is 500mbps lol. It is possible to do that with wireguard? I have see some people say wireguard is more fast but I don't know how to configure.

Also I have read that netflix block many VPS IP, is still true in 2026? My provider is Vultr and the IP is from germany.

Thank you for any help, mdr I don't want to pay for expressvpn or this shit

Vive la résistance... électrique
#2

Thank you very much sir for making this thread

I made VPS last month with OVHcloud, japan location. WireGuard much better than openvpn sir, I get full speed on my 300mbps line. For streaming I use split-routing, only netflix traffic go through VPN, other traffic direct. Save lot of bandwidth sir

traffic worse than my packet loss
#3

What is split-routing? Is it hard to setup? I want to do same thing for hulu maybe

#4

RTFM

Yaml
Split_routing:
Interface: wg0
Table: 51820
Rules:
- dst: netflix.com
Via: wg0
- dst: 0.0.0.0/0
Via: eth0

`ip rule add` is your friend. `iptables -t mangle` for marks. Read the docs.

...

Post a reply

You need an account to reply. Log in or register to join the conversation.

Post reply Preview Save draft