Skip to content

A tcl version of the hma shell script, to connect to their vpn server

Notifications You must be signed in to change notification settings

palaga/tcl-hmapro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

tcl-hmapro

A tcl version of the hma shell script, to connect to their vpn server.

This script can be used as a replacement for the hma-vpn.sh script. This script is still in an early stage of development. For a short help message, run it with either no arguments or -h.

Configuration uses a safe tcl interpreter, with one added command: setcfg key value. See the example.cfg file for some examples. A few examples of usage:

   $ hmapro -v                  # Show version
   $ hmapro -u                  # Update server list and openvpn template
   $ hmapro -l Neth             # List servers matching "Neth"
   $ hmapro Neth                # Connect to first server matching "Neth"
   $ hmapro -p udp Neth         # Use udp instead of tcp to connect
   $ hmapro -c example.cfg Neth # Use configuration file _example.cfg_

Features

  • Connect to a server.
  • List servers based on a regular expression.
  • Support for configuration files.

TODO

  • Add a simple TK gui.

About

A tcl version of the hma shell script, to connect to their vpn server

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages