Skip to content

Instantly share code, notes, and snippets.

@tksugimoto
Created November 2, 2017 02:24
Show Gist options
  • Save tksugimoto/85071fdb4a35fed960c942a0706ccc49 to your computer and use it in GitHub Desktop.
Save tksugimoto/85071fdb4a35fed960c942a0706ccc49 to your computer and use it in GitHub Desktop.
docker-vpn-http-proxy
@echo off
docker-compose exec vpn sh -c "tail -f /var/log/squid/access.log & tail -f /etc/vpn-config/openvpn.log & openvpn /etc/vpn-config/*.ovpn"
auth-user-pass /etc/vpn-config/user.txt
# log-append /etc/vpn-config/openvpn.log
log /etc/vpn-config/openvpn.log
...
tksugimoto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment