Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Torguard config file location #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kimvanwyk
Copy link

Small changes to take the latest Torguard config files (the file location changed on their server) and to cater for the Alpine openvpn version which now uses up.sh and down.sh scripts rather than a update-resolv-conf script

@kimvanwyk kimvanwyk changed the title Master gitlab Torguard config file location Aug 20, 2019
@fulhaq
Copy link

fulhaq commented Jan 23, 2020

I changed the dockerfile as such to overcome the cert problem:

FROM alpine:latest
MAINTAINER Justin Dray justin@dray.id.au

RUN apk add --no-cache openvpn openssl

RUN wget https://torguard.net/downloads/OpenVPN-UDP-Standard.zip -O OpenVPN-UDP.zip && \
unzip OpenVPN-UDP.zip

WORKDIR /OpenVPN-UDP

COPY openvpn.sh /usr/local/bin/openvpn.sh

ENV REGION="Australia.Sydney"
ENTRYPOINT ["openvpn.sh"]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants