Secure Client for exposing TLS (aka SSL) secured services as plain-text connections locally. Also ideal for multiplexing a single port with multiple protocols using SNI. https://webinstall.dev/sclient
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

46 lines
736 B

before:
hooks:
- go mod download
- go generate ./...
builds:
- main: ./cmd/sclient/
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- freebsd
- windows
- js
goarch:
- amd64
- arm
- arm64
- wasm
goarm:
- 7
goamd64:
- v2
ignore:
- goos: windows
goarch: 386
- goos: windows
goarm: 6
- goos: windows
goarm: 7
archives:
- id: sclient-binary
format: tar.xz
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'