tlstun

simple go program to add tls support to other listeners
git clone https://git.parazyd.org/tlstun
Log | Files | Refs | README | LICENSE

commit ef5fe9640781337dc146b387c47ba05278569217
parent 19c67e145e03af0186dc73778fbace97ba86801c
Author: parazyd <parazyd@dyne.org>
Date:   Sun,  7 Feb 2021 09:42:31 +0100

Update copyright headers.

Diffstat:
Mcontrib/tlstun.initd | 2+-
Mtlstun.go | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/tlstun.initd b/contrib/tlstun.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 name="${RC_SVCNAME}" diff --git a/tlstun.go b/tlstun.go @@ -1,7 +1,7 @@ package main /* - * Copyright (c) 2019-2020 Ivan J. <parazyd@dyne.org> + * Copyright (c) 2019-2021 Ivan J. <parazyd@dyne.org> * * This file is part of tlstun *