multiple-ports

command module
v0.0.0-...-d4703a3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2025 License: GPL-3.0 Imports: 12 Imported by: 0

README

multiple-ports

Quick & dirty project to test the seelf ability to handle multiple ports of specific types and check how they are managed by traefik.

Usage

go run main.go -web 8080,8081 -tcp 9854,9855 -udp 9856,9857

How to test

Quick & dirty ways to test if the server is actually listening.

curl http://localhost:8080 # HTTP
curl telnet://localhost:9855 <<< text # TCP
nc -v localhost 9855 # Other way for TCP
nc -v -u localhost 9856 # UDP

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL