diff --git a/Linux.md b/Linux.md index c7c3ded..7d56d6f 100644 --- a/Linux.md +++ b/Linux.md @@ -26,3 +26,7 @@ keytool -importcert -file certificate.cer -keystore keystore.jks -alias "Alias" ``` echo "- - -" | tee /sys/class/scsi_host/host*/scan ``` +### Socat fork connection +``` +socat tcp6-listen:5558,fork tcp4:192.168.18.21:80 +``` \ No newline at end of file