Added medium syndication metadata

This commit is contained in:
Brandon Rozek 2023-02-18 13:12:02 -05:00
parent 79329aae66
commit 387dd491b1
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
30 changed files with 175 additions and 134 deletions

View file

@ -1,10 +1,13 @@
---
title: "Configuring a SOCKS5 Proxy"
date: 2022-01-03T10:41:09-05:00
date: 2022-01-03 10:41:09-05:00
draft: false
tags: ["Networking", "SSH"]
math: false
medium_enabled: true
medium_post_id: ed506a09a2b2
tags:
- Networking
- SSH
title: Configuring a SOCKS5 Proxy
---
A SOCKS5 proxy allows you to have network traffic as if it was coming from the proxy server as opposed to your local client. You can easily set it up using SSH from your local machine.
@ -31,5 +34,4 @@ To do this you will need proxychains installed. On Ubuntu, the package is called
```
socks5 127.0.0.1 1337
```
```