Skip to content

gosecure v0.1.1 (Ugly Logger)

Compare
Choose a tag to compare
@diegohce diegohce released this 01 Jul 16:29
· 12 commits to master since this release

The binaries below are provided without warranty, following the AGPLv3 license.

gosecure supports tls 1.2 and tls 1.3

Instructions (tarball / zip)

  • Download the file relevant to your operating system (windows binary available but not tested).
  • Decompress.
  • Done!

Debian / Ubuntu

On Debian / Ubuntu distros gosecure can be installed as a service.

  • Download the .deb file.
  • sudo dpkg -i gosecure_0.1.1_amd64.deb
  • See /etc/gosecure/sample.conf.sample for a config file template.
  • Enable the service editing /etc/defaults/gosecure
  • sudo service gosecure start to start gosecure service or sudo service gosecure stop to stop it (duh!).

Usage

See the README file for usage from the command line.

What's new?:

  • We are! This is our first release.