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

Conversation

amoschov
Copy link

@amoschov amoschov commented Nov 2, 2024

AWS settings ex:

aws_region = "eu-west-1"
shared_credentials_file = "/Users/.../.aws/credentials"
profile = "..."
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"

# 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"
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