Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 390 Bytes

blogpost.md

File metadata and controls

31 lines (21 loc) · 390 Bytes
Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 1 column 14
---
title: Merino: SOCKS5 Proxy in Rust
author: Avery Wagar
date: 2019-06-19
draft: true
toc: false
tags:
  - Rust
  - Programming
  - Multi-threading
  - Concurrency
  - Proxy
  - Security
  - Networking
---

Writing a SOCKS5 Proxy server in Rust

Step 1: Research

Step 2: Making something work

Step 3: Test & Benchmark

Step 4: Refactor & Optimize

Step 5: Profit!