[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


File: pepe-cry.png (19 KB, 220x213)
19 KB
19 KB PNG
i just want a way to use a wireguard vpn as a sock5 proxy ive been trying for hours and nothing i try works im too stupid to figure this out on my own can some one please help me
>>
>>106438858
>>
wtf are you trying to do? what are you trying to accomplish?
>>
>>106438875
i want to use a vpn but only for specific applications like a proxy and i dont want to use my vpn system wide cause it will break my locally hosted hosted vpn i use to access my network out side my house
>>
>>106438873
I’m pretty sure this would accomplish nothing. You’d either have to WireGuard into the server, then use the socks proxy (accomplishes nothing), or expose the socks proxy which negates the need for WireGuard in the first place.

>>106438963
If you’re using Linux, you can use network namespaces with WireGuard to launch specific applications with different WireGuards each
>>
>>106439028
i will try that thank u anon
>>
>>106438858
search and download whyvl/wireproxy on github, here's an example using it with gallery-dl:
1. start wireproxy -c cs-dallas.conf
2. gallery-dl --cookies cookies1.txt --proxy socks5://127.0.0.1:1081 --sleep=1 --sleep-request=0.01 --sleep-extractor=0.01 -R 1 --user-agent browser -i 1.txt

The config file needs to look like:
[Interface]
PrivateKey = ........=
Address = XX.XX.XXX.XXX/32, fd00:10:10::3ac9/128
DNS = 10.31.33.8, 2001:db8::8

[Peer]
PublicKey = .........=
PresharedKey = ........=
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = dallas.cstorm.is:443
PersistentKeepalive = 25

[socks5]
BindAddress = "127.0.0.1:1081"
>>
>>106438963
have your proxy server bind on the address of the vpn network interface and just relay without doing anything
if an http proxy works(http proxies work with all tcp traffic, not only http) this is simple with privoxy



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.