Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robhaswell/openvpn-sniproxy
A set of Docker containers to create an SNI Proxy for accessing specific websites over a VPN
https://github.com/robhaswell/openvpn-sniproxy
Last synced: 19 days ago
JSON representation
A set of Docker containers to create an SNI Proxy for accessing specific websites over a VPN
- Host: GitHub
- URL: https://github.com/robhaswell/openvpn-sniproxy
- Owner: robhaswell
- License: apache-2.0
- Created: 2020-06-07T10:26:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T21:33:07.000Z (about 1 year ago)
- Last Synced: 2023-11-19T22:27:29.959Z (about 1 year ago)
- Language: Dockerfile
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openvpn-sniproxy
A set of Docker containers to create an SNI Proxy for accessing specific websites over a VPN.**Note:** This fetches an OpenVPN config for *IP Vanish* but can be changed to suit any IP provider.
## Usage
1. Create a `.env` file or otherwise set up the following environment variables:
* `REGION`
* `USERNAME`
* `PASSWORD`
2. `docker-compose up -d --build`
3. Configure your local DNS forwarder to hand out the IP address of your host on the network for sites which you need to proxy.## Inspiration
Thank you to the following authors and their repositories:
* https://github.com/brettmcginnis/docker_ipvanish for basic OpenVPN container
* https://github.com/msh100 for figuring out the network config