From 8c5ec54711ed4fccbb3f85c7e8089600c4edea51 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sun, 26 Apr 2015 14:05:36 -0700 Subject: [PATCH] . --- attic/http-tunnel-proxy.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/attic/http-tunnel-proxy.js b/attic/http-tunnel-proxy.js index 5d8cd5837..5a47a7d37 100755 --- a/attic/http-tunnel-proxy.js +++ b/attic/http-tunnel-proxy.js @@ -1,5 +1,7 @@ #!/usr/bin/env node +// Note: this is unfinished and not currently used. Stashed in case we resurrect this idea. + var UDP_PORT_START = 9994; var UDP_PORT_COUNT = 16384; var HTTP_PORT = 8080;