Added medium syndication metadata

This commit is contained in:
Brandon Rozek 2023-02-18 21:37:22 -05:00
parent a51e20fbc7
commit a22bb998cb
14 changed files with 78 additions and 68 deletions

View file

@ -1,9 +1,11 @@
---
title: "Forward Packets with Socat"
date: 2021-06-18T19:38:43-04:00
date: 2021-06-18 23:38:43
draft: false
tags: ["Networking"]
medium_enabled: true
medium_post_id: 790558856bee
tags:
- Networking
title: Forward Packets with Socat
---
I've written about relaying TCP traffic using [SSH port forwarding](/blog/sshlocalportforwarding/). Though sometimes you don't require the authenticity and encryption of SSH or want to use another protocol such as UDP. That's where `socat` comes in.