From 30b685c64a3aede74b0d314b9c809a110df6909d Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Sat, 29 Jun 2019 00:42:30 +0200 Subject: [PATCH] Updated Readme, proxy is not working yet --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4561903..1463619c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ - DNS over TLS - Malicious DNS blocking - Internal firewall - - Web HTTP proxy + - Web HTTP proxy (**not working yet**) - Run openvpn without root

@@ -58,7 +58,7 @@ - OpenVPN can run *without root* but this disallows OpenVPN reconnecting, it can be set with `NONROOT=yes` - **ARM** compatible - Port forwarding -- HTTP proxy for LAN devices +- HTTP proxy for LAN devices (**not working yet**) ## Setup @@ -341,6 +341,8 @@ There are various ways to achieve this, depending on your use case.

-
Connect to the PIA through an HTTP proxy (i.e. with Chrome, Kodi, etc.)

+ **THIS IS NOT CURRENTLY WORKING, INVESTIGATION IS IN PROGRESS...** + 1. Setup a HTTP proxy client, such as [SwitchyOmega for Chrome](https://chrome.google.com/webstore/detail/proxy-switchyomega/padekgcemlokbadohgkifijomclgjgif?hl=en) 1. Make sure the PIA container: - Has port 8888 published `-p 8888:8888/tcp` @@ -384,6 +386,10 @@ Note that not all regions support port forwarding. ## TODOs +- Create TUN device: https://github.com/haugene/docker-transmission-openvpn/blob/master/openvpn/start.sh#L7 +- Mix logs from unbound, tinyproxy and openvpn in Docker logs +- Maybe use `--inactive 3600 --ping 10 --ping-exit 60` + ## License This repository is under an [MIT license](https://github.com/qdm12/private-internet-access-docker/master/license)