Categorygithub.com/smok95/autoConnectVPN
repositorypackage
0.0.1
Repository: https://github.com/smok95/autoconnectvpn.git
Documentation: pkg.go.dev

# README

Usage

  1. Configure connection information in the autoConnectVPN.ini file:

    [vpn]
    ; Your VPN username
    username=user
    ; Your VPN password
    password=pwd
    ; The "Connection Entry" name in the VPN Client program
    profile=TEST_VPN
    
    [options]
    ; Program will exit after n seconds
    ; Number of seconds before program exits
    exit_after_seconds=15  
    
  2. Run the autoConnectVPN.exe program.