Spotifyd / spotifyd

A spotify daemon
https://spotifyd.rs
GNU General Public License v3.0
9.68k stars 444 forks source link

Spotifyd ignores transparent proxying libraries (e.g. tsocks or proxychains) #1241

Open avivace opened 7 months ago

avivace commented 7 months ago

Tools like tsocks and proxychains can be transparently used on unix systems to start an executable and set up a "transparent socks 5 proxy".

For some reason, running tsocks spotifyd doesn't work, and the connection requests (probably starting from another executable?) ignore this

eladyn commented 6 months ago

Thank you for the report. Do you know of an easy way to reproduce this? Like a dry-run mode of tsocks or proxychains that only doesn't need a working SOCKS proxy or something similar?