mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 22:41:13 +00:00
Added medium syndication metadata
This commit is contained in:
parent
a51e20fbc7
commit
a22bb998cb
14 changed files with 78 additions and 68 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue