Mole is a cli application to create ssh tunnels focused on resiliency and user experience.
For more information about installation, usage, examples and specific use cases, please visit https://davrodpin.github.io/mole/
Go 1.17.1+ is required to be installed on your system to build this project.
$ make build
$ make test
$ make cover && open coverage.html
-
Install golangci-lint
-
Run the following command
$ make lint
The project provides a small automated infrastructure to help with manual testing Please refer to this document for more details about it.
Please refere to CONTRIBUTING.md for details on how to contribute to this project.