From 8eeeebc5a7df7b50e700016d25ec98c5204b3204 Mon Sep 17 00:00:00 2001 From: John Dyer Date: Tue, 23 Dec 2014 09:16:14 -0500 Subject: [PATCH] Add portproxy CORS util --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e1d5c61..73d4588e 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gopcap](https://github.com/akrennmair/gopcap) - A Go wrapper for libpcap * [gosnmp](https://github.com/soniah/gosnmp) - Native Go library for performing SNMP actions * [gotcp](https://github.com/gansidui/gotcp) - A Go package for quickly writing tcp applications +* [portproxy](https://github.com/aybabtme/portproxy) - Simple TCP proxy which adds CORS support to API's which don't support it. * [tcp_server](https://github.com/firstrow/tcp_server) - A Go library for building tcp servers faster ## OpenGL