Skip to content

Instantly share code, notes, and snippets.

View ev0l's full-sized avatar

Will Harford ev0l

  • @wehsoftware
  • Toronto, ON
View GitHub Profile
@ev0l
ev0l / proxy.go
Created June 15, 2016 16:58 — forked from vmihailenco/proxy.go
Simple TCP proxy in Golang
package main
import (
"bytes"
"encoding/hex"
"flag"
"fmt"
"io"
"log"
"net"