Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 2.01 KB

README.md

File metadata and controls

32 lines (24 loc) · 2.01 KB

OpenVPN AWS VPN Linux Client in Docker for systemd-resolved

This is a modified container that includes a slightly modified version of update-systemd-resolved to notify systemd-resolved of DNS server changes, rather than overwriting /etc/resolv.conf. Here's the original setup.

OpenVPN AWS VPN Linux Client in Docker

This is a Docker implementation of the original AWS VPN client PoC with OpenVPN using SAML authentication. The goal is to have an easy to consume Linux client.

See the original blog post for the implementation details.

Content of the repository

How to use

  1. Place AWS configuration file at the same folder of docker-compose.yml, naming it vpn.conf
  2. Execute docker-compose up (Better to not use -d option, for getting the login URL in the logs and stopping the container in a easier way)