-
v20240116-alpha Pre-Release
released this
2024-01-16 18:23:49 +01:00 | 3 commits to trunk since this releaseInitial release for development purposes.
- TCP listens on
:12345
by default - HTTP listens on
:8888
by default
Both can be changed with parameters:
Usage of ./Listener.linux-amd64: -http string Listen [addres]:port for the HTTP listener. (default ":8888") -tcp string Listen [address]:port for the TCP listener. (default ":12345")
You can make it things like
127.0.0.1:12345
for example.Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
Listener.linux-amd64
6.8 MiB
-
Listener.windows-386.exe
6.8 MiB
-
Listener.windows-amd64.exe
6.8 MiB
- TCP listens on