spotify-proxy
v0.1.0
Published
Spotify Proxy. Whitelisted only Spotify domains.
Downloads
10
Maintainers
Readme
Spotify Proxy

Simple NodeJS Proxy with whitelisted only Spotify addresses.
Prevents from optional data usage. Increases Spotify app speed.
Installation
Use the package manager npm to install spotify-proxy.
npm i -g spotify-proxySetup Proxy in Spotify App:
- Head to Settings
- Scroll to
Advanced Settings - Find proxy
- Configure it as:
Proxy type:HTTP
HOST:localhost
PORT:8080
Optional:
If you want, you can change proxy port by setting your enviroment variables:
Windows
set PORT=<port you want to use>Linux
export PORT=<port you want to use>Make sure to check your Spotify app proxy settings after this.
Usage
Normal mode (recommended):
spotify-proxyVerbose mode (for debug):
spotify-proxy -vDisclaimer
I do not accept any liability or responsibility. Use at your own risk. Made only for educational purposes.
Acknowledgments
- Used spotify-adblock-macos idea and some basic code.
