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

Add an additional OpenVPN parameters, migrate to Terraform 0.13, add support for tls-crypt-v2 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 30, 2024

  1. Add an additional OpenVPN parameters, migrate to Terraform 0.13

    # AWS settings ex:
    aws_region = "eu-west-1"
    shared_credentials_file = "/Users/.../.aws/credentials"
    profile = "2025"
    aws_ami_name = "ubuntu/images/hvm-ssd/ubuntu-jammy*"
    aws_ami_vol_type = "gp2"
    aws_ami_virt_type = "hvm"
    ec2_username = "ubuntu"
    ovpn_users = ["eu", "eu_router"]
    use_public_dns = false
    ovpn_port = 43194
    ovpn_client = "eu"
    ovpn_tls_sig = 3
    ovpn_dns = 3
    ovpn_cipher = "AES-256-CBC"
    ovpn_srv_buff_size_max = 8388608
    ovpn_srv_buff_size_default = 262143
    ovpn_client_buff_size = 262143
    instance_type="t2.micro"
    openvpn_install_script_location="https://raw.githubusercontent.com/amoschov/openvpn-install/develop/openvpn-install.sh"
    Moshchev, Alex committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7b88c97 View commit details
    Browse the repository at this point in the history