change: enable vpn mgnt interface

This commit is contained in:
2023-05-30 13:07:40 +00:00
parent a7bf391ffe
commit 67bdc58e44

View File

@@ -20,7 +20,7 @@ CREATE_CA_IF_NOT_EXISTS = True
LOAD_MISSING_CERTS_TO_DB = False
VPN_CONFIG_DIR_PATH = "./data/client-config-dir/"
ENABLE_VPN_CONNECTION = False
ENABLE_VPN_CONNECTION = True
VPN_MANAGEMENT_HOST = "host.docker.internal"
VPN_MANAGEMENT_PORT = {{ openvpn_management_port }}
VPN_MANAGEMENT_PASSWORD = "{{ openvpn_management_password }}"