diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-26 14:05:36 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-26 14:05:36 -0700 |
commit | 8c5ec54711ed4fccbb3f85c7e8089600c4edea51 (patch) | |
tree | 92f2ce543586977ca2c728851c67c3c145e8a29b | |
parent | ab3f4d75395cabe8bedf35e84fc34bf7d044e691 (diff) | |
download | infinitytier-8c5ec54711ed4fccbb3f85c7e8089600c4edea51.tar.gz infinitytier-8c5ec54711ed4fccbb3f85c7e8089600c4edea51.zip |
.
-rwxr-xr-x | attic/http-tunnel-proxy.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/attic/http-tunnel-proxy.js b/attic/http-tunnel-proxy.js index 5d8cd583..5a47a7d3 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; |