Piping Server written in Go language (original: https://github.com/nwtgck/piping-server)
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.
![]() |
11 months ago | |
---|---|---|
.github | 11 months ago | |
cmd | 1 year ago | |
main | 2 years ago | |
version | 1 year ago | |
.dockerignore | 2 years ago | |
.goreleaser.yml | 2 years ago | |
CHANGELOG.md | 1 year ago | |
Dockerfile | 1 year ago | |
LICENSE | 4 years ago | |
README.md | 1 year ago | |
go.mod | 11 months ago | |
go.sum | 11 months ago | |
piping_server.go | 1 year ago | |
piping_server_test.go | 1 year ago | |
resources.go | 1 year ago |
README.md
go-piping-server
Piping Server written in Go language (original: https://github.com/nwtgck/piping-server)
Install for Ubuntu
wget https://github.com/nwtgck/go-piping-server/releases/download/v0.4.0/go-piping-server-0.4.0-linux-amd64.deb
sudo dpkg -i go-piping-server-0.4.0-linux-amd64.deb
Install for macOS
brew install nwtgck/go-piping-server/go-piping-server
Install for Windows
Get more executables in the releases.
Docker
docker run -p 8181:8080 nwtgck/go-piping-server
Server options
Infinitely transfer between any device over pure HTTP
Usage:
go-piping-server [flags]
Flags:
--crt-path string Certification path
--enable-http3 Enable HTTP/3 (experimental)
--enable-https Enable HTTPS
-h, --help help for go-piping-server
--http-port uint16 HTTP port (default 8080)
--https-port uint16 HTTPS port (default 8443)
--key-path string Private key path
--version show version