Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(airvpn): add AirVPN support #1145

Merged
merged 7 commits into from
Oct 17, 2022
Merged

feat(airvpn): add AirVPN support #1145

merged 7 commits into from
Oct 17, 2022

Conversation

qdm12
Copy link
Owner

@qdm12 qdm12 commented Sep 11, 2022

To try it out...

OpenVPN

  1. Create a directory /yourpath on your host machine

  2. Place your user.crt file in /yourpath/client.crt

  3. Place your user.key file in /yourpath/user.key

  4. Get the image either by pulling docker pull qmcgaw/gluetun:pr-1145 or building it with docker build -t qmcgaw/gluetun:pr-1145 https://github.com/qdm12/gluetun.git#airvpn

  5. Run it with

    docker run -it --rm --cap-add=NET_ADMIN -e VPN_SERVICE_PROVIDER=airvpn \
    -v /yourpath:/gluetun qmcgaw/gluetun:pr-1145

Wireguard

docker run -it --rm --cap-add=NET_ADMIN -e VPN_SERVICE_PROVIDER=airvpn \
-e VPN_TYPE=wireguard \
-e WIREGUARD_PRIVATE_KEY=yCbHtKAgJASnJs2S/aZsjag9Fy04csmR4qDUDkJgX2c= \
-e WIREGUARD_PRESHARED_KEY=yCbHtKAgJASnJs2S/aZsjag9Fy04csmR4qDUDkJgX2c= \
-e WIREGUARD_ADDRESSES=10.99.99.99/32,ff:ff:ff...:ff/128 \
qmcgaw/gluetun:pr-1145

@qdm12 qdm12 merged commit f15dde6 into master Oct 17, 2022
@qdm12 qdm12 deleted the airvpn branch October 17, 2022 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant