Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-to-the-dee authored Dec 31, 2018
1 parent 9f645c3 commit 2882304
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Windscribe-HTTPproxy-dockerized
Let's you use any Windscribe server over a HTTP proxy. Uses Docker so multiple HTTP proxies at different locations can be created on the same machine simultaneously!

Note you need to make an executable file called `vars.sh` with your windscribe account details for this to work. It should consist of the following:
Note you need to copy `env.sample` to `.env` and fill it with your windscribe account details for this to work. It should consist of the following:

```
#!/bin/bash
WINDSCRIBE_USERNAME= # Insert Windscribe account username here
WINDSCRIBE_PASSWORD= # Corresponding account password
export WINDSCRIBE_USERNAME=!USERNAME HERE!
export WINDSCRIBE_PASSWORD=!PASSWORD HERE!
WINDSCRIBE_COUNTRY=
LOCAL_PORT=8888
#Optional
LOCAL_PORT= # Local port number to run HTTP proxy on (8888 is default)
WINDSCRIBE_COUNTRY= # Change VPN server country (Current location as determined by Windscribe is default)
```

WINDSCRIBE_COUNTRY is completely optional and LOCAL_PORT will need to be changed per Docker instance to resolve port conflicts.

Start docker with [`localproxy.sh`](https://github.com/jay-to-the-dee/Windscribe-HTTPproxy-dockerized/blob/master/localproxy.sh) script for the correct parameters to be passed to Docker.
You can start docker with [`localproxy.sh`](https://github.com/jay-to-the-dee/Windscribe-HTTPproxy-dockerized/blob/master/localproxy.sh) script for the correct parameters to be passed to Docker.

Or if you have Docker Compose installed you can just do `docker-compose up -d`.

0 comments on commit 2882304

Please sign in to comment.