-
- Downloads
gitlab-sshd: Support the PROXY protocol
Showing
- Makefile 1 addition, 1 deletionMakefile
- cmd/gitlab-sshd/acceptance_test.go 28 additions, 1 deletioncmd/gitlab-sshd/acceptance_test.go
- config.yml.example 3 additions, 0 deletionsconfig.yml.example
- go.mod 1 addition, 0 deletionsgo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- internal/config/config.go 1 addition, 0 deletionsinternal/config/config.go
- internal/sshd/sshd.go 12 additions, 3 deletionsinternal/sshd/sshd.go
Loading
| Loading
| @@ -6,6 +6,7 @@ require ( |
github.com/mattn/go-shellwords v1.0.11 | ||
github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a | ||
github.com/otiai10/copy v1.4.2 | ||
github.com/pires/go-proxyproto v0.5.0 | ||
github.com/prometheus/client_golang v1.9.0 | ||
github.com/sirupsen/logrus v1.7.0 | ||
github.com/stretchr/testify v1.6.1 | ||
Loading
| Loading
|
Loading
| Loading
| @@ -396,6 +396,8 @@ github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0 |
github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY= | ||
github.com/pingcap/errors v0.11.4 h1:lFuQV/oaUMGcD2tqt+01ROSmJs75VG1ToEOkZIZ4nE4= | ||
github.com/pingcap/errors v0.11.4/go.mod h1:Oi8TUi2kEtXXLMJk9l1cGmz20kV3TaQ0usTwv5KuLY8= | ||
github.com/pires/go-proxyproto v0.5.0 h1:A4Jv4ZCaV3AFJeGh5mGwkz4iuWUYMlQ7IoO/GTuSuLo= | ||
github.com/pires/go-proxyproto v0.5.0/go.mod h1:Odh9VFOZJCf9G8cLW5o435Xf1J95Jw9Gw5rnCjcwzAY= | ||
github.com/pkg/errors v0.8.0 h1:WdK/asTD0HN+q6hsWO3/vpuAkAr+tw6aNJNDFFf0+qw= | ||
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= | ||
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I= | ||
Loading
| Loading
|
Please register or sign in to comment