Added basic license information

This commit is contained in:
2026-03-10 04:28:51 +06:00
parent 6f0c365d44
commit 34c89e814d
86 changed files with 486 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// portf (port forward) periodaically scans opened TCP ports on the 127.0.0.1 (or localhost)
// and launches `socat` process for every such port in the background.
// socat forward traffic from `sourceIP`:port to the 127.0.0.1:port.