diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-02-17 10:49:34 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:58:05 -0500 |
commit | a63eb0e3cf586e593729baa1fdb8e74c173e136b (patch) | |
tree | f88bac92772a1532be75e1dd2befcd70992ab5c8 /network/socat/README | |
parent | 3e07155b10d4e15de8200325dca328414330b486 (diff) |
network/socat: Removed (added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/socat/README')
-rw-r--r-- | network/socat/README | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/network/socat/README b/network/socat/README deleted file mode 100644 index 828012f25b966..0000000000000 --- a/network/socat/README +++ /dev/null @@ -1,12 +0,0 @@ -socat is a relay for bidirectional data transfer between two -independent data channels. Each of these data channels may be a file, -pipe, device (serial line etc. or a pseudo terminal), a socket (UNIX, -IP4, IP6 - raw, UDP, TCP), an SSL socket, proxy CONNECT connection, -a file descriptor (stdin etc.), the GNU line editor (readline), -a program, or a combination of two of these. These modes include -generation of "listening" sockets, named pipes, and pseudo terminals. - -socat can use the OpenSSL FIPS module, if it is installed on your system. - -Upon install, you may want to read the SECURITY file in the documentation -directory. |